|
In IE 6.0 and Firefox 1.5.0.4, the submenus of my javascript dynamic dropdown are not visible.
Return to Recent Questions
Q:
In IE 6.0 and Firefox 1.5.0.4, the submenus of the javascript dynamic dropdown are not visible and it doesn't
float in firefox (floats in IE but no submenus). In Opera javascript dynamic dropdown 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 javascript dynamic dropdown 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, 2007 - The alignment of the submenus is not correct in my css menu navigation.
- Jun 06, 2007 - I tried to create the html version of the horizontal menu using but it is still not working.
- Aug 24, 2007 - The html context menu works fine in the html context menu maker preview screen, but not on the html page.
- Aug 31, 2007 - In IE 6.0 and Firefox, the submenus of my html tree menu are not visible
- Oct 11, 2007 - My css horizontal menus will not center when I view it via the Firefox and NS browsers.
- Nov 02, 2007 - My css floating menu icons are not appearing in the preview, or when I open deluxe-menu.html
- Dec 09, 2007 - My java drop down menu will not "center" when I view it in Firefox and NS browsers.
|