Forum Moderators: open
Seems like a pretty straight-forward, cross-browser css command.
IE renders it appropriately, but Mozilla doesn't. By the way, I am using Windows... Perhaps Mozilla can change the cursor in linux? I am ignorant in this issue.
Thanks!
p
{
cursor : url("custom.cur"), pointer
}
Mozilla and NN can not dipsplay the last 5 or so cursor types, and it also fails on trying to do the custom one.
So... anyone ever try to get mozilla/nn to show custom cursors?
Also, one tiny tiny effect I noticed (not really a big deal)
If you put your mouse on a test link, then the cursor changes to whatever it supposed (at least for the top links) in any browser.
Well, if you use the mouse wheel to scroll, in Mozilla and NN, the cursor will still remained changed to whatever it was, and even though you may pass over other test links, it remains the same. In effect, a mouse scroll, in Mozilla/NN, does not logically equal mouse movement, as its not updating according to whatever its moving over (onMouseOver will not get called with a wheel scroll over it)
However, IE finally gets a leg up here, as it *does* update according to whatever is under the mouse, even when wheel scrolling.
Anyone wanna test this on Mac and Linux? : ) just curious. I dont have a linux box anymore :(
Thanks!