roberth
04-20-2012, 04:48 PM
1) Script Title: ddsmoothmenu-v
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.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?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.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?