I apologize for not including my script b4. The whole page looks like this :
<html>
<head><title>Test Page
</title>
<META HTTP-EQUIV = "Pragma" CONTENT="no-cache">
<Script Language="JavaScript">
img1 = new Image();
img1.src = "Info.gif";
img2 = new Image();
img2.src = "Info2U.gif";
img3 = new Image();
img3.src = "Contacts.gif";
img4 = new Image();
img4.src = "Contacts2U.gif";
img5 = new Image();
img5.src = "Facts.gif";
img6 = new Image();
img6.src = "Facts2U.gif";
img7 = new Image();
img7.src = "Home.gif";
img8 = new Image();
img8.src = "Home2U.gif";
</Script>
</head>
<body>
<br/>
<table border="0" cellpadding="0" cellspacing="0" width="150">
<tr><td><img src="Top.gif" width="150" height="50"></td></tr>
<tr><td height="70"><a href="#" onMouseOver = "document.images[2].src='Info2U.gif'"
onMouseOut = "document.images[1].src='Info.gif'">
<img src="Info.gif"border="0" width="150" height="75"></a></td></tr>
<tr><td height="70"><a href="#" onMouseOver = "document.images[4].src='Contacts2U.gif'"
onMouseOut = "document.images[3].src='Contacts.gif'">
<img src="Contacts.gif"border="0" width="150" height="75"></a></tr></td>
<tr><td height="70"><a href="#" onMouseOver = "document.images[6].src='Facts2U.gif'"
onMouseOut = "document.images[5].src='Facts.gif'">
<img src="Facts.gif"border="0" width="150" height="75"></a></tr></td>
<tr><td height="70"><a href="#" onMouseOver = "document.images[8].src='Home2U.gif'"
onMouseOut = "document.images[7].src='Home.gif'">
<img src="Home.gif"border="0" width="150" height="75"></a></tr></td>
<tr><td height="50"><img src="Bottom.gif" width="150" height="50"></td></tr>
</table>
</body>
</html>
:
Now my current problem is this. The rollovers work, problem though. It changes the image in the table cell below it. I have NO clue what is going on. This script worked great in IE, but not in netscape. If anyone knows anything that can help me, please offer whatever you can. It would be greatly appreciated.
Thanx,
Daniel Leger
[sig][/sig]