go_deacs
10-30-2005, 01:49 AM
ok how do ive forgotten how do i disable the cursor from turing to the hand when it goes over an image?
|
View Full Version : cursor crap go_deacs 10-30-2005, 01:49 AM ok how do ive forgotten how do i disable the cursor from turing to the hand when it goes over an image? Arwen 10-30-2005, 09:10 AM A:hover {cursor: default;} go_deacs 10-30-2005, 08:33 PM will that work on myspace? go_deacs 10-30-2005, 08:36 PM also if i have an image why doesnt this work <A:hover "cursor:url(http://www.boomspeed.com/sfhelpers/cursors/151.cur);"> Arwen 10-31-2005, 12:29 PM also if i have an image why doesnt this work <A:hover "cursor:url(http://www.boomspeed.com/sfhelpers/cursors/151.cur);"> I guess, you must use JAVA and myspace.com doesn't allow any JAVA scripts on their page... kittycat 11-02-2005, 02:10 PM <A:hover "cursor:url(http://www.boomspeed.com/sfhelpers/cursors/151.cur);"> should be A:hover { cursor:url(http://www.boomspeed.com/sfhelpers/cursors/151.cur); } |