arthur
10-20-2003, 09:37 AM
<tr><td><a href onMouseOver="showmenu('menu0')" onMouseOut="showmenu()">Lorem ipsum</a><span id="someSpan1" style="position:absolute">.
<div id="menu0" style="position:relative; top:-20px; left:0px; width:80px; visibility: hidden; z-index:1">
- Show me the first layer.
</div></span></td></tr>
Above is a script that works in MS 5+, but it does not work in NN7.
I have a span tag on a period "." with position:absolute and then a div tag with position:relative. (The script to show/hide works on all browsers when I have position:absolute for both the span and div tags - I don't think that is the problem).
Can someone help out with this one?
Many thanks
<div id="menu0" style="position:relative; top:-20px; left:0px; width:80px; visibility: hidden; z-index:1">
- Show me the first layer.
</div></span></td></tr>
Above is a script that works in MS 5+, but it does not work in NN7.
I have a span tag on a period "." with position:absolute and then a div tag with position:relative. (The script to show/hide works on all browsers when I have position:absolute for both the span and div tags - I don't think that is the problem).
Can someone help out with this one?
Many thanks