[thelist] JavaScript rollover problem in IE4,5
aardvark
roselli at earthlink.net
Sat, 14 Aug 1999 12:42:36 -0400
that did it... thanks...
you'd think i would have remembered the problem with naming things
with numbers by now...
> -----Original Message-----
> From: Eric Engelmann
>
> When you put a number in here for imgName:
>
> document.images[imgName].src
>
> its using the image index array instead of the name.
>
> Name the images something that isn't a number (a,b,c,d) which works
> perfectly.