[thelist] JavaScript rollover problem in IE4,5

aardvark roselli at earthlink.net
Sat, 14 Aug 1999 12:13:19 -0400


hey, rudy... i made this change, but it still doesn't work... the list
was down for a bit, so you missed my reply...

you can see it still failing to work, with your changes, at:

http://roselli.org/adrian/temp/rollover.asp

> -----Original Message-----
> From: rudy limeback
>
> change
>
>     document[imgName].src = eval....
>
> to
>
>    document.images[imgName].src = eval....