|
In IE 6.0 and Firefox 1.5.0.4, the submenus of my vertical popup menu are not visible.
Return to Recent Questions
Q:
In IE 6.0 and Firefox 1.5.0.4, the submenus of the vertical popup menu are not visible and it doesn't
float in firefox (floats in IE but no submenus). In Opera vertical popup menu works fully.
A:
Now you have two entries of dmenu.js file on your site in the <head> and <body> tags.
It is not correct. You must have only one entry of dmenu.js file.
You should write so:
...
<body>
<script type="text/javascript">var dmWorkPath = "http://www.gaurangapada.org/data.files/";</script>
<script type="text/javascript" src="http://www.gaurangapada.org/data.files/dmenu.js"></script>
</body>
Please, delete the same code for vertical popup menu from the <head> tag.
Now you have:
var transparency="0";
That is why you can't see your subitems.
Please, write, for example:
var transparency="80";
Return to Recent Questions
Related:
- May 16, 2009 - The alignment of the submenus is not correct in my scrolling menu.
- Jun 06, 2009 - I tried to create the html version of the css menu example but it is still not working.
- Aug 24, 2009 - The javascript menu dhtml works fine in the javascript menu dhtml maker preview screen, but not on the html page.
- Aug 31, 2009 - In IE 6.0 and Firefox, the submenus of my css menu bar are not visible
- Oct 11, 2009 - My down menu java script will not center when I view it via the Firefox and NS browsers.
- Nov 02, 2009 - My css rollover menus icons are not appearing in the preview, or when I open DHTML-menu.html
- Dec 09, 2009 - My html dynamic menu will not "center" when I view it in Firefox and NS browsers.
- Jan 17, 2010 - I tried the dhtml flyout menu 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 dropdown menu generator.
- Feb 03, 2010 - In IE tree menu looks fine but I cannot see the menu css vertical in Firefox...
- Feb 07, 2010 - In Netscape and Firefox the script drop down menu isn't centered on the pages
|