Hi I want to use custom cursors to allow the user to easily differentiate what "mode" the application is in.
I use map.div.style.cursor = "url(../images/info.cur)"; and map.div.style.cursor = "url(../images/select.cur)"; to set the cursor depending on the mode. The first time a particular cursor is set, it displays correctly. If I change to another mode, the cursor correctly changes to reflect the new mode. However, if I change back to the original mode, the cursor simply reverts to the default cursor. Does anyone have any advice for me ? -- View this message in context: http://www.nabble.com/Custom-cursor-problems-tp19987262p19987262.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
