Get cursor:crosshair to work over map?
I've tried every VE CSS class and I can't get cursor to be anything but the pointer.
Anyone?
I've tried every VE CSS class and I can't get cursor to be anything but the pointer.
Anyone?
Did you try this one
?
document.getElementById("myMap").childNodes[0].style.cursor = "crosshair";
John.