PDA

View Full Version : NN7, NN6, NN4.7 - Any way to set an image as cursor??


Aneesh Lal G A
06-16-2005, 01:08 PM
In NN7, NN6, NN4.7 - Is there any way to set an image as cursor??

mark87
06-16-2005, 01:49 PM
According to the W3C ... nope.

'URL-specified cursors are not yet supported by Netscape (bug 38447) and the alternate cursor does not load (bug 77974).'

mrruben5
06-16-2005, 02:36 PM
You can however, set for example, what I call, a "cursor family":

body {
cursor: url(path/to/yourcursor.cur), hand, pointer;
}

This will ensure that there's a little hand instead of a stupid arrow in netscape/gecko browsers. You can also set two url's, If the first one fails to load, IE loads the second :)