abangyasir
User
 Fresh Boarder
| Posts: 4 |   | Karma: 0
|
Re:submenu not display - 2007/11/29 15:11
Hi thank glorenz, i already add the the property "position:relative;" to the same selector, but still the submenu appear partially behind the content area on firefox.
On Internet Explorer, the content goes down under the left menu.Please have a look:
http://www.jpbdselangor.gov.my/v2/index.php
glorenz wrote: Hi,
you've added "z-index:1000;", that's right. But z-index works on positioned elements only. Please add the property "position:relative;" to the same selector as follows:
| Code: |
div.moduletable {
padding: 0 12px 0 13px;
width: auto;
margin-bottom: 10px;
position: relative;
z-index:1000;
}
|
Best regards,
Georg Lorenz
|