----- Original Message ----- From: <[EMAIL PROTECTED]> > I am in a pinch to get a JavaScript on the web that will replace the > user's mouse pointer with an image. > > If anyone has a copy of this type of script, I would really appreciate > it if you'd share the script with me.
I don't think it's possible to do that with JavaScript in any browser except Microsoft Internet Explorer v6. You can make the cursor change from an arrow to any other in the set currently in use - pointing hand, hourglass etc. You can also change the cursor completely by getting the user to run code on their PC to change the actual cursor set, which is what CometCursor does (see http://www.cometsystems.com/) Have a look at http://www.dynamicdrive.com where even if you can't change the cursor itself, you can find any number of scripts to do more amazing and ridiculous things around the cursor than you could ever imagine in your wildest fantasies Bj ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
