How Do I Make My Hovered Cursor Change? |
How Do I Make My Hovered Cursor Change? |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 ![]() |
How do I make it so when I hover, it will show crosshair. Right now I have a URL as the default cursor. But then, what's the code so when it hovers over a link, the cursor will change to crosshair?
Help & responses are very much appreciated. Thank you very much. ![]() |
|
|
![]() |
*Azarel* |
![]()
Post
#2
|
Guest ![]() |
Put this in About Me or Who I'd Like To Meet.
<style typet=text/css>a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {cursor: default;}</style> Change the bolded to one of the following: auto, crosshair, hand, move, e-resize, ne-resize, nw-resize, n-resize, se-resize, sw-resize, s-resize, w-resize, text, wait, help. To create/use a custom cursor, check out this tutorial: http://www.createblog.com/tutorials/download.php?id=193 |
|
|
![]() ![]() |