macs
14 May 2012, 7:52 AM
i would like to use a css animated user location marker. What would be the css selector for that? I another non sencha app of mine I just used the selector below which works fine.
#map_canvas div.gmnoprint[title="I might be here"] {
#mymap_canvas div.gmnoprint[title="i am here"]:not([title]) {
}
i tried the following without success
.x-map div.gmnoprint[title="i am here"]:not([title]) {
}
how would i select the marker in sencha touch?
#map_canvas div.gmnoprint[title="I might be here"] {
#mymap_canvas div.gmnoprint[title="i am here"]:not([title]) {
}
i tried the following without success
.x-map div.gmnoprint[title="i am here"]:not([title]) {
}
how would i select the marker in sencha touch?