|
In Firefox the sub menus do not appear at all in the tree menu in javascript.
Return to Recent Questions
Q:
I have set up the tree menu in javascript at this site. I have chosen to use the
transitional filter from IE6. The main menus and sub menus work fine in
IE but in Firefox the sub menus do not appear at all. Is their a fix for
this. I realize that firefox does not support IE transitions but I
thought the sub menus would appear when the main item is clicked on.
that hs not happened. Go to above URL and view in both IE and Firefox and
you will see what I mean.
A:
You couldn't see submenus in FF because you had
var transparency="";
You should set your parameters in the following way:
var transparency="100";
var itemBackColor=["#072450",""];
Return to Recent Questions
Related:
- March 22, 2009 - Submenus appear away for the button start menu.
- March 23, 2009 - Submenus of the simple javascript menu disappears not fast enough...
- March 30, 2009 - Is there a way to optimize the down menus javascript to reduce the loading time for submenus?
- Apr 03, 2009 - Our submenus don't appear alignment to the toplevel site navigation menu.
- Apr 11, 2009 - I cannot see the shadow on the top items in my dhtml drop down menu example.
- Apr 24, 2009 - How can I define which javascript collapse menu submenus should be multicolumn and wich one looks "normal".
- Apr 25, 2009 - How to work with onmouseover style and submenus in JSP?
- May 11, 2009 - When I add a submenu, it appears separated by about 100px down flyout menu.
- May 16, 2009 - The alignment of the submenus is not correct in my tree menu javascript.
- May 27, 2009 - The submenu of horizontal dhtml menu disappears, it goes BEHIND the flash and can't be seen.
- Jun 02, 2009 - I do not want to change every page with the menu each time I need to make changes in drop down menu in javascript...
|