SOLVED: Z-index problem
10 years 8 months ago - 10 years 8 months ago #22086
by rowby
SOLVED: Z-index problem was created by rowby
Hi
Using Joomla 3.3.3 and Maximenu 7.1.12
I have two maximenus with parameters.
I am having problems with the zindex.
Here's a link to the site: Link to site
There is a menu on the right called 'Quick Menu"
In the Quickmenu Maximenu module I set the z-index to -1001
There is another menu with four menu items, including "Alternative Music Studies". But you can click on any of them and when the dropdown happens the Quick Menu shows on top of the dropdown menu.
The Maximenu that controls the "Alternative Music" etc menus has a z-index level of 1012.
One thing that is intersting is when I look at the source I am seeing things like 3 level2 " style="z-index : 11980;"><a class="maximenuck " href="/monk-
Where is the 11980 etc coming from? That, I assume, is causing the problem????
Thanks,
...Rowby
Rowby
Using Joomla 3.3.3 and Maximenu 7.1.12
I have two maximenus with parameters.
I am having problems with the zindex.
Here's a link to the site: Link to site
There is a menu on the right called 'Quick Menu"
In the Quickmenu Maximenu module I set the z-index to -1001
There is another menu with four menu items, including "Alternative Music Studies". But you can click on any of them and when the dropdown happens the Quick Menu shows on top of the dropdown menu.
The Maximenu that controls the "Alternative Music" etc menus has a z-index level of 1012.
One thing that is intersting is when I look at the source I am seeing things like 3 level2 " style="z-index : 11980;"><a class="maximenuck " href="/monk-
Where is the 11980 etc coming from? That, I assume, is causing the problem????
Thanks,
...Rowby
Rowby
Last edit: 10 years 8 months ago by rowby.
Please Log in or Create an account to join the conversation.
10 years 8 months ago - 10 years 8 months ago #22088
by rowby
Replied by rowby on topic SOLVED Z-index problem
Hi Ced,
Checking one of your forum solutions, I tried the following in my custom.css file:
div.moduletable._MaximenuQuadGrande {
position: relative;
z-index: 4000;
}
And that fixed it! THe key was the position relative.
Rowby
Checking one of your forum solutions, I tried the following in my custom.css file:
div.moduletable._MaximenuQuadGrande {
position: relative;
z-index: 4000;
}
And that fixed it! THe key was the position relative.
Rowby
Last edit: 10 years 8 months ago by rowby.
Please Log in or Create an account to join the conversation.
Time to create page: 0.193 seconds