whats the cursor code |
![]() ![]() |
whats the cursor code |
Aug 20 2005, 04:17 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Aug 2005 Member No: 205,432 |
i have a crosshair cursor when i hover links
but i dont know how to get the "help" cursor for the rest of the time please send the code if u know it to copy & paste in there to change my cursor |
|
|
|
Aug 20 2005, 04:23 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
Well for this part
CODE body {background-color:000000; curosor: default; Change default to help or just use this CODE <style type="text/css">body
{cursor: help;}</style> |
|
|
|
![]() ![]() |