-
14 May 2012 7:52 AM #1
css selector for .x-map marker image
css selector for .x-map marker image
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"] {
i tried the following without successCode:#mymap_canvas div.gmnoprint[title="i am here"]:not([title]) { }
Code:.x-map div.gmnoprint[title="i am here"]:not([title]) { }
how would i select the marker in sencha touch?
-
14 May 2012 10:20 AM #2
i got it/ it was not a sencha problem/ i had to set the optimized property of the marker to false


Reply With Quote