I've a page with two menus, one put inside a table,and the second in a div with absolute position and it's a multi-level menu,
The problem is every sub menu is separated from its parent with the same distance as the div position from the top left of the page.
I made the menu in a separated file and put it in a div with the absolute position Like :
Code: Select all
<div id="left_menu_1" style='position:absolute;top:345px;left:210px;display:none;'>
what is the problem with that
i.e. : the previous result is in IE but in firefox it works fine except the first sub menu, it comes over the parent menu.???!!!!