|
The collapsible menus won't align itself correctly in Firefox.
Return to Recent Questions
Q:
I am creating the collapsible menus for a school web site using your software.
I am trying to make a horizontal collapsible menus this time instead of a vertical menu.
But the collapsible menus won't align itself correctly in Firefox.
I read your FAQ and I set the align tag in the TD element
and also the size attribute, but that didn't work.
Could you give me some suggestions. It looks fine in IE, but not in Firefox.
A:
Try to specify exact value for collapsible menus width.
It's necessary to specify exact value for Mozilla browsers. It helps
to position menus correctly.
For example:
var menuWidth="800px";
Return to Recent Questions
Related:
- May 16, 2009 - The alignment of the submenus is not correct in my tree menu javascript.
- Jun 05, 2009 - The main menu-titles are aligned to the LEFT side in my tree css drop down menu
- Aug 15, 2009 - Why the pulldown menus alignment changes depending on the browser window size?
- Aug 17, 2009 - Can we set right alignment in the dhtml pull down menu?
- Oct 01, 2009 - I'm trying out javascript menu scroll code with my site, but I've hit a snag with alignment...
- Dec 09, 2009 - My click pop up menu will not "center" when I view it in Firefox and NS browsers.
- Jan 17, 2010 - I tried the tree menu dhtml in Firefox, and it works, but the nice transition effect isn't there
- Jan 22, 2010 - In Firefox the sub menus do not appear at all in the tree menu in javascript.
- Feb 03, 2010 - In IE tree menu looks fine but I cannot see the up menu html in Firefox...
- Feb 07, 2010 - In Netscape and Firefox the css collapse isn't centered on the pages
- March 21, 2010 - drop down menu vertical works in IE7. In firefox the drop down menu vertical is about 4 or 5 px longer.
|