|
In IE the submenus of menu and javascript are open down the page and go off the bottom of the screen.
Return to Recent Questions
Q:
Under Opera and Firefox menu and javascript 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 menu and javascript 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, 2007 - I can not figure out how to fix the menu for website from going off the page in Mozilla...
- Apr 19, 2007 - What can I do for people who have Javascript turned off so they can't use the vertical menu...
- May 16, 2007 - The alignment of the submenus is not correct in my down menus in css.
- May 22, 2007 - I would like to have links of css horizontal menu to our website when javascript turned off.
- May 27, 2007 - The submenu of dhtml vertical menu disappears, it goes BEHIND the flash and can't be seen.
- Jun 22, 2007 - Is it possible to have all of the submenus start at the top of the horizontal menu using.
- Jul 13, 2007 - Flash in Firefox disappears behind the submenus of menus java script.
- Jul 21, 2007 - Images of drop down menu bar showing up as blank in the preview screen...
- Jul 27, 2007 - Is it possible to customize the direction of css menu drop submenus relative to the browser window...
- Aug 01, 2007 - I want that dynamic dropdown menu recognize when user has moused off the dynamic dropdown menu, and then disappear.
- Aug 31, 2007 - In IE 6.0 and Firefox, the submenus of my menus vertical are not visible
|