View Full Version : Cursor Help


Moresgirl
05-18-2005, 03:50 AM
I had a question about cursors. Rollover cursors to be exact. Could someone give me the code to use when you want the cursor to change as it's rolled over a link? Thanks!

kittycat
05-18-2005, 09:52 PM
<style type="text/css">
a:hover { cursor: crosshair }
</style>

If that's not the kind of cursor you mean, it would help to explain more/provide an example

Moresgirl
05-19-2005, 02:45 AM
Omg, that is so awesome! I know the cursor that I want to use but I just didn't know what the code was to make it work. Thanks so much for the help!