dhtml menu

dear,

first of all thanks for fantastic tools. the menu system is amazing.





today I faced some problem while using it. in IE the submenu (1st order child) are ok, but in the Firefox (ff) the drop down menu items are show above of the parent menu.i meant the submenus are supposed to drop to down but now they are dropping to up. In IE (i use6) its working fine.



here is the codes:



in html:



        



    









the xml:



<?xml version='1.0' encoding='utf-8' ?>



        

            

    

        

            

            

            

    

    

        

            

            

            

    







can anyone plz help me?

Such situation can occur, when your page have zero size body ( absolute positioned elements can take a lot of space, but real body will have zero height )
Menu has logic which correct sub-menu position and it may fail in case of zero size body, you can disable it ( and most probably fix the problem ) by


    aMenu.disableSmartPositioning(true);