-
ddsmoothmenu
1) Script Title: ddsmoothmenu-v
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...smoothmenu.htm
3) Describe problem: I downloaded the CSS and JS and images, installed them on the internal site, and they work fine in IE-8 but not in FF 10/11. The menu and submenu are placed in a left menu with a width of 199px. In IE the submenu shows up over the content area to the right, but not in FF -- it cuts off at the 199px point. I've tried z-index:200 and overflow:visible, with no results.
I have attached the CSS/JS files
**Note in the JS I have commented out reference to shadow. With that code active, in IE, the page drops +/-300px when the cursor is placed over the dropdown. This didn't happen in FF.
HTML
<div id="smoothmenu2" class="ddsmoothmenu-v">
<ul>
<li><a href="#">Menu1</a></li>
<li><a href="#">Menu2</a></li>
<li><a href="#">Menu3</a>
<ul>
<li><a href="#">Submenu1</a></li>
<li><a href="#">Submenu2</a></li>
<li><a href="#">Submenu3</a></li>
<li><a href="#">Submenu4</a></li>
</ul></li>
<li><a href="#">Menu4</a></li>
<li><a href="#">Menu5</a></li>
</ul>
<br style="clear: left" />
</div>
I've googled trying to find posts by others on FF problems with ddsmoothmenu, with no luck.
Thoughts?
-
-
Please post a link to the page on your site that contains the problematic script so we can check it out. It makes it easier for us to check out the problem.
DD Admin
-
-
sorry....this is on an internal, development site, not available to the public.
-
-
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks