lvbunny
08-20-2009, 03:33 PM
I have Firefox now and my mouse fireworks dont work. Is there a setting i need to change???
Thank you.
Thank you.
|
View Full Version : Mouse Fireworks lvbunny 08-20-2009, 03:33 PM I have Firefox now and my mouse fireworks dont work. Is there a setting i need to change??? Thank you. iTom 08-20-2009, 08:47 PM Can you post a link? I have to say though, I despise the mouse effects you find on web pages. They distract from the content too much. Sorry to be so harsh. lvbunny 08-20-2009, 10:05 PM Thats ok, your intitled to your opinion. Here is a link to my website that I have the mouse fireworks on. http://www.geocities.com/lvbunny@sbcglobal.net/ Like I said with IE it works but if I use Firefox it doesnt. iTom 08-20-2009, 10:58 PM You do realise Yahoo will be closing down GeoCities on October 26, 2009? It's sad to see such a goldmine of information go. Anyway, I had a look at the script. Unfortunately it's quite old and probably doesn't work with newer browsers. However, you can try changing the code at the top of the script: <SCRIPT LANGUAGE="JavaScript1.2" type="text/javascript">[FONT=monospace] to: <script type="text/javascript"> and this piece: <body OnLoad="initMouseEvents()"> to: <body onload="initMouseEvents(); "> That might make it more compliant and work with more recent browsers. lvbunny 08-21-2009, 03:50 AM yes i know and I hate that they are closing it. Thanks for taking a look at it for me. Ill try the changes. Thanks for you help. |