- Posts: 21
- Thank you received: 0
Discussion about Hot Spinner Joomla module.
Z-index problem
-
planethop
Inactive member - Topic Author
- Member
Less
More
12 years 9 months ago - 12 years 9 months ago #15502
by planethop
Z-index problem was created by planethop
On my home page, when you select a menu item from the Left (for example "News"), the submenu items overlap into the spinning HotSpinner Module Images. How can I modify the HotSpinner module images so they appear under the submenu items and are not shown superimposed with the submenu links? Would it require changing the Z-index? If so, what changes should I make?
Please see attachment and link:
planethop.com/
Please see attachment and link:
planethop.com/
Last edit: 12 years 9 months ago by planethop.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #15515
by ivan.milic
Replied by ivan.milic on topic Re: Z-index problem
z-index of carousel items is from 0 to 2500 depending on current position, each time you open sub-menu , menu sets z-Index on sub-menu around 100 probably that can be increased in menu js file, but you use some 3-rd party menu so I don't know which js.
Try this workaround. Add this css in any css file you use:
#subwrap67 .top {
z-index:10000!important;
}
Try this workaround. Add this css in any css file you use:
#subwrap67 .top {
z-index:10000!important;
}
Please Log in to join the conversation.
Time to create page: 0.211 seconds