glorenz
Admin
 Admin
| Posts: 611 |  | Karma: 11
|
Re:submenu not display - 2007/11/29 17:41
Hi,
ok, I see. The issue in your template is not caused by z-index. First of all please remove the latest changes regarding "position:relative; z-index:1000;".
I've discovered some inline styles ni the sources of your site which are causing this issue:
| Code: |
******* snipp ********
<div style="overflow: hidden; height: 194px;" class="moduletable">
<h3 style="cursor: pointer;" class="expand">
Jaringan Web
</h3>
******* snapp ********
|
Take attention to the inline property "overflow: hidden;". This property has to be removed.
Best regards,
Georg Lorenz
|