Click to See Complete Forum and Search --> : Rollover Images


Mikala
11-11-2003, 11:55 PM
I used the javascript code generator to generate 7 rollover images. For whatever reason the last image shows up in Netscape but not in Internet Explorer. I can't figure it out. Any ideas?

Here is the url, if interested:
http://www.mogomarketing.com/about3.htm

Gollum
11-12-2003, 02:23 AM
I think your problems come down to the html shown here...

<img name="image7" src="contact_plain.gif" border=0 width="54" height "54"><br>

notice where you set the width and height, you have missed the '=' sign for the height and so IE probably assigns the smallest possible value to the height. That's why you see the line there.

Put the '=' in and it should work.