Wed, 2003-08-06 16:31
dont have page online yet
here's attachment
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>SouthWest High School</title> </head> <center> <table width="600" height="750"> <tr><td></td><td></td><td></td></tr> <tr><td colspan="3"> <table width="594" height="23" cellspacing="0" cellpadding="0" valign="top"> <tr> <td width="57" height="23"> <a href="home.html" target="main" onMouseOver="one.src='images/homeb.gif'" onMouseOut="one.src='images/homeA.gif'"></a> </td> <td width="8"> </td> <td width="68"> <a href="aboutsw.html" target="main" onMouseOver="two.src='images/aboutB.gif'" onMouseOut="two.src='images/aboutA.gif'"></a> </td> <td width="8"> </td> <td width="68"> <a href="student.html" target="main" onMouseOver="thr.src='images/stuB.gif'" onMouseOut="thr.src='images/stuA.gif'"></a> </td> <td width="8"> </td> <td width="61"> <a href="parents.html" target="main" onMouseOver="fou.src='images/parB.gif'" onMouseOut="fou.src='images/parA.gif'"></a> </td> <td width="8"> </td> <td width="84"> <a href="academics.html" target="main" onMouseOver="fiv.src='images/acadB.gif'" onMouseOut="fiv.src='images/acadA.gif'"></a> </td> <td width="8"> </td> <td width="67"> <a href="main.htm" onMouseOver="six.src='images/calenB.gif'" onMouseOut="six.src='images/calenA.gif'"></a> </td> <td width="8"> </td> <td width="50"> <a href="main.htm" onMouseOver="sev.src='images/newsB.gif'" onMouseOut="sev.src='images/newsA.gif'"></a> </td> <td width="8"> </td> <td width="94"> <a href="contactus.html" target="main" onMouseOver="eig.src='images/conB.gif'" onMouseOut="eig.src='images/conA.gif'"></a> </td> </tr> </table> </td></tr> <tr><td colspan="3"> </td></tr> </table> </center> </html>
Wed, 2003-08-06 16:41
#1
javascript netscape code not working
I don't think you have the complete code in there. You are making references to one, two thr, etc and those elements are not visible in the code you have posted above.
Does this code work on a Netscape browser ? If, which version are we talking about ? Better still what are you trying to achieve ?
Wed, 2003-08-06 18:31
#2
javascript netscape code not working
Try referencing your elements like this:
document.getElementById("one").src
Instead of:
one.src
Thu, 2003-08-07 15:48
#3
javascript netscape code not working
see the links work but when the page is moved up or down, scroll, the menu comes out of place