Click to See Complete Forum and Search --> : Image sometimes doesn't load for onmouseover


nachan
12-11-2005, 07:39 PM
First of all, I know nothing about JavaScript, I got this code from http://www.dynamicdrive.com and basically just copy-pasted.

So I'm using a code for a mouseover image change for a menu at

http://www.happinesshypothesis.com

It's working fine, except that at really random intervals, the regular, not mousedover image for one of the menu links doesn't load and has the broken image icon. Most of the time it works just fine, but every so often it won't load. Like I said, I know nothing of Javascript and when this code is run through an HTML validator it doesn't accept hsrc part. Any explanations or advice as to solve this problem or for a better mouseover code would be appreciated. Thanks =)

-Natalie

Fang
12-12-2005, 04:57 AM
The script uses a propriety attribute, hsrc. Not all browsers will be able to read it.
I would advise you not to use this script.