[thelist] JavaScript rollover problem in IE4,5
aardvark
roselli at earthlink.net
Thu, 12 Aug 1999 09:26:06 -0400
nope... didn't do it...
in fact, in IE, it now swaps the wrong image into the wrong
place... and not even the one on the same line...
you can still see it (with the change you proposed) at:
http://roselli.org/adrian/temp/rollover.asp
but at least i don't get anymore JavaScript errors... and it still
seems to work in NN...
> -----Original Message-----
> From: rudy limeback
>
> change
>
> document[imgName].src = eval....
>
> to
>
> document.images[imgName].src = eval....