- Posts: 53
- Thank you received: 3
Top Menu child items behind modules in Host
-
larry
Inactive member - Topic Author
- Member
Less
More
11 years 1 month ago #34399
by larry
Top Menu child items behind modules in Host was created by larry
Top menu child items drop behind the right column modules (and behind the content pad if no modules are published). In layout.css and template.css.css, I've added z-index:99999; to every bit of css code that has nav, menu or topmenu with no results.
This has nothing to do with the Seminar component or the Search module, as it still happens with plain article drop down children and no modules showing.
Please look at Seminar menu item children in top menu at: www.wk52.com
Thank you.
This has nothing to do with the Seminar component or the Search module, as it still happens with plain article drop down children and no modules showing.
Please look at Seminar menu item children in top menu at: www.wk52.com
Thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 month ago #34405
by ivan.milic
Replied by ivan.milic on topic Top Menu child items behind modules in Host
add this to layout.css:
#topmenu{
position: relative;
z-index: 999999;
}
#topmenu{
position: relative;
z-index: 999999;
}
The following user(s) said Thank You: larry
Please Log in to join the conversation.
Time to create page: 0.226 seconds