Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am working on a website where i wish to change the cursors to custom ones and have managed to change the normal cursor but not the hover cursor.
Wondering if you could help me by telling me how i change the cursor shown upon hover.
Thanks! -Anders
Hi Anders!
You need to call the object which you want to hover:
.object:hover { cursor: crosshair; }
I hope that answered your question. :-)
All the best!
Marius