|
In IE tree menu looks fine but I cannot see the navigation menu using in Firefox...
Return to Recent Questions
Q:
I'm trying to setup a simple DHTML MENU (TREE MENU). It works
just fine. I just have an issue that I can't solve.
In IE it looks fine but I cannot see the navigation menu using in Firefox. When I
set the parameter to for example 100 then it shows up both in IE and
Firefox. But I cannot set a value in pixels.
The parameter “var tmenuHeight = "0"; Your documentation says the following
-----------
Height of the menu in (px, % or other units).
If the value 0 - the menu sets its height automatically.
If the value is small - scrollbars appear.
I don't know how big
the navigation menu using is because it's dynamically built. According to your doc I
can specify the value in percentage but this doesn't work. When I
set the value to “100%” it doesn't show up in Firefox again.
How can I solve this issue?
A:
Try to set this parameter in the following way:
var tmenuHeight = "auto";
Return to Recent Questions
Related:
- March 13, 2007 - I cannot see javascript menu on my pages.
- March 27, 2007 - I cannot select another font type in pull down menu html...
- Apr 02, 2007 - I see "Incorrect Copyright" message in IE7 in the horizontal dropdown menu.
- Apr 08, 2007 - I cannot see my start menu button in IE7. Please, help!
- Apr 11, 2007 - I cannot see the shadow on the top items in my dhtml menu tree example.
- Apr 23, 2007 - I cannot configure the actual links or link names in the drag drop javascript?
- May 09, 2007 - I am unable to see any separators when working with css menu hover...
- May 15, 2007 - I can see the down arrows of my menu bar in javascript on the main page only, how to fix it?
- May 19, 2007 - I built the horizontal menu using and tried it in my site and I see text only...
- May 21, 2007 - There seems to be a 'glitch' with my transparent show pop up menu in Firefox.
- May 23, 2007 - I can see only the code generated by the GUI tool.How should I install dhtml menu frames?
|