|
In IE the submenus of dhtml menu generator are open down the page and go off the bottom of the screen.
Return to Recent Questions
Q:
Under Opera and Firefox dhtml menu generator works fine but under IE the submenu’s are
open down the page and go off the bottom of the screen.
A:
Problem is that the dhtml menu generator can't get the value of "position" attribute of the object if the object doesn't have this property within inline style
(style="PADDING-BOTTOM: 10px;"). To get the value you should move .css style into style="" attribute.
You should add style="PADDING-BOTTOM: 10px;"
to the
<DIV class=department-menu>
So, you'll have:
<DIV class=department-menu style="POSITION: absolute;PADDING-BOTTOM: 10px;">
Return to Recent Questions
Related:
- Apr 10, 2009 - I can not figure out how to fix the xml dynamic menu from going off the page in Mozilla...
- Apr 19, 2009 - What can I do for people who have Javascript turned off so they can't use the javascript menu example...
- May 16, 2009 - The alignment of the submenus is not correct in my dhtml website navigation.
- May 22, 2009 - I would like to have links of menu contextuel javascript to our website when javascript turned off.
- May 27, 2009 - The submenu of horizontal menu css disappears, it goes BEHIND the flash and can't be seen.
- Jun 22, 2009 - Is it possible to have all of the submenus start at the top of the drop down menu web.
- Jul 13, 2009 - Flash in Firefox disappears behind the submenus of menus with css.
- Jul 21, 2009 - Images of pull down menu showing up as blank in the preview screen...
- Jul 27, 2009 - Is it possible to customize the direction of drop down menu horizontal submenus relative to the browser window...
- Aug 01, 2009 - I want that net popup menu recognize when user has moused off the net popup menu, and then disappear.
- Aug 31, 2009 - In IE 6.0 and Firefox, the submenus of my down vertical menu are not visible
|