Hi,
I am using the following code to display the links as Menu Bar. But when this menu display all the contents below this menu are reshuffled down. Is there a way to display the menu as a layer about the existing data?
Here is my code
<code>
<SPAN onMouseOver="document.all.menu1.style.display = 'block'"
onMouseOut="document.all.menu1.style.display = 'none'">Tutorials<BR>
<SPAN ID="menu1" onClick="document.all.menu1.style.display = 'none'">
<A HREF="frame1.html">Frames</A><BR>
<A HREF="tbl.html">Tables</A><BR>
<A HREF="dhtml.html">DHTML</A><BR>
<A HREF="forms.html">Forms</A>
</SPAN>
</SPAN>
</code>
I am using the following code to display the links as Menu Bar. But when this menu display all the contents below this menu are reshuffled down. Is there a way to display the menu as a layer about the existing data?
Here is my code
<code>
<SPAN onMouseOver="document.all.menu1.style.display = 'block'"
onMouseOut="document.all.menu1.style.display = 'none'">Tutorials<BR>
<SPAN ID="menu1" onClick="document.all.menu1.style.display = 'none'">
<A HREF="frame1.html">Frames</A><BR>
<A HREF="tbl.html">Tables</A><BR>
<A HREF="dhtml.html">DHTML</A><BR>
<A HREF="forms.html">Forms</A>
</SPAN>
</SPAN>
</code>