Hi Alexandre I had the same Problem and for me i solved it by extending the Map.js Class. I created a function wich is called after one Control is activated. In this function i can change the cursor and deactivate controls on other panels.
I change the cursor with a command wich looks like this one: document.getElementById(this.div.id).style.cursor="url(gmf/images/"+cursor+".gif),default"; -->"this" is the map<--- I didn't try css but this solution works very well! cheers Max -- View this message in context: http://n2.nabble.com/Cursor-style-on-control-activation-tp4287256p4327557.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
