Cadwalader
IS-IT--Management
Hello again, my super knowlegeable freinds!
I have this cool code to use a navigation "console" I guess you'd call it that...anyway, it works like a charm in IE, but doesn't work at all in NN. Is there any way to make it work for both? Here's the code:
...<tr>
<td border="0" bordercolor="000000" width="150px" onMouseOver="id0.style.visibility='';" onMouseOut="id0.style.visibility='hidden';" id="lnk" align="center">About Us</span></td>
<td border="0" bordercolor="000000" width="153px" onMouseOver="id1.style.visibility='';" onMouseOut="id1.style.visibility='hidden';" id="lnk" align="center">Products</td>
<td border="0" bordercolor="000000" width="153px" onMouseOver="id2.style.visibility='';" onMouseOut="id2.style.visibility='hidden';" id="lnk" align="center">Services</td>
<td border="0" bordercolor="000000" width="152px" onMouseOver="id3.style.visibility='';" onMouseOut="id3.style.visibility='hidden';" id="lnk" align="center">Contact</td>
<td border="0" bordercolor="000000" width="152px" onMouseOver="id4.style.visibility='';" onMouseOut="id4.style.visibility='hidden';" id="lnk" align="center">Policies</td>
</TR>
<TR style="z-index:2;position:absolute;">
<td border="0" width="150px" id="id0" onMouseOver="this.style.visibility='';" onMouseOut="this.style.visibility='hidden';" style="visibility:hidden;background-color:#e8a8d8;"align="center"><a href="who.html">Who</a><br><a href="what.html">What</a><br><a href="how.html">How</a><br><a href="when.html">When</a></td>
<td border="0" width="153px" id="id1" onMouseOver="this.style.visibility='';" onMouseOut="this.style.visibility='hidden';" style="visibility:hidden;background-color:#e8a8d8;"align="center"><a href="marketing.html">Marketing</a><br><a href="publishing.html">Publishing</a><br><a href="auctions.html">Auctions</a><br><a href="bus.html">Business</a></td>
<td border="0" width="153px" id="id2" onMouseOver="this.style.visibility='';" onMouseOut="this.style.visibility='hidden';" style="visibility:hidden;background-color:#e8a8d8;"align="center"><a href="custom.html">Custom Advice</a><br><a href="wd.html">Web Design</a><br><a href="banners.html">Banners</a></td>
<td border="0" width="152px" id="id3" onMouseOver="this.style.visibility='';" onMouseOut="this.style.visibility='hidden';" style="visibility:hidden;background-color:#e8a8d8;"align="center"><a href="sales.html">Sales</a><br><a href="support.html">Support</a><br><br></td>
<td border="0" width="152px" id="id4" onMouseOver="this.style.visibility='';" onMouseOut="this.style.visibility='hidden';" style="visibility:hidden;background-color:#e8a8d8;"align="center"><a href="policies.html">The<br>small<br>print<br></a></td>
</TR>....
Thanks fer da help!
--Rich
I have this cool code to use a navigation "console" I guess you'd call it that...anyway, it works like a charm in IE, but doesn't work at all in NN. Is there any way to make it work for both? Here's the code:
...<tr>
<td border="0" bordercolor="000000" width="150px" onMouseOver="id0.style.visibility='';" onMouseOut="id0.style.visibility='hidden';" id="lnk" align="center">About Us</span></td>
<td border="0" bordercolor="000000" width="153px" onMouseOver="id1.style.visibility='';" onMouseOut="id1.style.visibility='hidden';" id="lnk" align="center">Products</td>
<td border="0" bordercolor="000000" width="153px" onMouseOver="id2.style.visibility='';" onMouseOut="id2.style.visibility='hidden';" id="lnk" align="center">Services</td>
<td border="0" bordercolor="000000" width="152px" onMouseOver="id3.style.visibility='';" onMouseOut="id3.style.visibility='hidden';" id="lnk" align="center">Contact</td>
<td border="0" bordercolor="000000" width="152px" onMouseOver="id4.style.visibility='';" onMouseOut="id4.style.visibility='hidden';" id="lnk" align="center">Policies</td>
</TR>
<TR style="z-index:2;position:absolute;">
<td border="0" width="150px" id="id0" onMouseOver="this.style.visibility='';" onMouseOut="this.style.visibility='hidden';" style="visibility:hidden;background-color:#e8a8d8;"align="center"><a href="who.html">Who</a><br><a href="what.html">What</a><br><a href="how.html">How</a><br><a href="when.html">When</a></td>
<td border="0" width="153px" id="id1" onMouseOver="this.style.visibility='';" onMouseOut="this.style.visibility='hidden';" style="visibility:hidden;background-color:#e8a8d8;"align="center"><a href="marketing.html">Marketing</a><br><a href="publishing.html">Publishing</a><br><a href="auctions.html">Auctions</a><br><a href="bus.html">Business</a></td>
<td border="0" width="153px" id="id2" onMouseOver="this.style.visibility='';" onMouseOut="this.style.visibility='hidden';" style="visibility:hidden;background-color:#e8a8d8;"align="center"><a href="custom.html">Custom Advice</a><br><a href="wd.html">Web Design</a><br><a href="banners.html">Banners</a></td>
<td border="0" width="152px" id="id3" onMouseOver="this.style.visibility='';" onMouseOut="this.style.visibility='hidden';" style="visibility:hidden;background-color:#e8a8d8;"align="center"><a href="sales.html">Sales</a><br><a href="support.html">Support</a><br><br></td>
<td border="0" width="152px" id="id4" onMouseOver="this.style.visibility='';" onMouseOut="this.style.visibility='hidden';" style="visibility:hidden;background-color:#e8a8d8;"align="center"><a href="policies.html">The<br>small<br>print<br></a></td>
</TR>....
Thanks fer da help!
--Rich