My horizontal submenu is not display at the good position with Firefox.
Return to Recent Questions
Q:
My submenu is not display at the good position with Firefox.
Look at my web site with Firefox. Select item menu
'Inscription' and you'll see the problem.
Note: mainmenu.js is relative positioning. The table tag is absolute
positioning.
A:
Try to write so:
<TABLE id=Table60
style="Z-INDEX: 803; LEFT: 295px; POSITION: absolute; TOP: 114px">
<TBODY>
<TR>
<TD style="POSITION: absolute;"><NOSCRIPT><A
href="http://deluxe-menu.com/">Javascript Menu by
Deluxe-Menu.com</A></NOSCRIPT> <NOSCRIPT>MainMenu</NOSCRIPT>
<SCRIPT language=JavaScript1.2
src="deluxe_files/MainMenu.js"
type=text/javascript></SCRIPT>
</TD>
</TR>
</TBODY>
</TABLE>
Return to Recent Questions
|