View Full Version : Disable "hand" cursor over just one image...
Sondet
08-22-2005, 08:14 PM
Can someone tell me how to do this? (Disable the "hand" cursor over a image, but not to the default cursor, but to a custume made cursor...(a home made cursor)).
/Sondet
jscheuer1
08-22-2005, 08:39 PM
Custom cursors only work in IE. With this in mind, it can be done in IE:
<img src="some.jpg" style="cursor:url('custom.cur'),crosshair;">The crosshair is there for other browsers, it can be whatever valid cursor style you choose.
Sondet
08-24-2005, 09:25 AM
Thanks!
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.