bad z-index value for top page menu in leads plazza
- Posted by rottenberg (60) Offline
Hello
I have already encountered the bad value for main menu z-index css when using Page Peel Banner : the menu is a top level and not at last level.
For Page Peel you gave me the solution.
I get now this problem with ligthbox ou core Joomla popup. You can get a exemple on this site :
bibliactiv.com. Click on the word "L'editorial" on the midle right side. A lightbox is opened and the menu is on top level and not at backward.
How can I correcti the position of the menu ?
thank you for help
best regards
Michel
12 years 2 weeks ago #1
by rottenberg
I have already encountered the bad value for main menu z-index css when using Page Peel Banner : the menu is a top level and not at last level.
For Page Peel you gave me the solution.
I get now this problem with ligthbox ou core Joomla popup. You can get a exemple on this site :
bibliactiv.com. Click on the word "L'editorial" on the midle right side. A lightbox is opened and the menu is on top level and not at backward.
How can I correcti the position of the menu ?
thank you for help
best regards
Michel
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Hello Michel
You can change the z-index value property for the superfishmenu from /deals_plazza/css/menu.css
.menusuperfish li {
...
z-index:99999999;
...
}
make sure the value is lower than what jcepopup has. If I'm not wrong the popup container has z-index between 10001-10002 so you might try with 9999 for the menusuperfish list item above.
12 years 2 weeks ago #2
by erwinschro
You can change the z-index value property for the superfishmenu from /deals_plazza/css/menu.css
.menusuperfish li {
...
z-index:99999999;
...
}
make sure the value is lower than what jcepopup has. If I'm not wrong the popup container has z-index between 10001-10002 so you might try with 9999 for the menusuperfish list item above.
Please Log in or Create an account to join the conversation.
- Posted by rottenberg (60) Offline
Sorry I have tried.
It doesn't work.
I have put the value of z-index until -10000. I get the same problem.
I join an access to the site.
thank you for help
best regards
Michel
12 years 2 weeks ago #3
by rottenberg
It doesn't work.
I have put the value of z-index until -10000. I get the same problem.
I join an access to the site.
thank you for help
best regards
Michel
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
That doesn't work because you've edit in a wrong class, that is still overridden by the other class which still has z-index: 999999
Find out this class at about line 82
edit the z-index from there. 10000 is enough I believe.
12 years 2 weeks ago #4
by erwinschro
Find out this class at about line 82
.menusuperfish li {
margin: 0; /* all list items */
padding: 0 0 0 0;
float: left;
display: block;
cursor: auto;
position: relative;
z-index:99999999;
border-right: 1px solid #555;
}
edit the z-index from there. 10000 is enough I believe.
Please Log in or Create an account to join the conversation.
- Posted by rottenberg (60) Offline
It's working now
thank you very much
best regards
Michel ROTTENBERG
12 years 2 weeks ago #5
by rottenberg
thank you very much
best regards
Michel ROTTENBERG
Please Log in or Create an account to join the conversation.
- Posted by rottenberg (60) Offline
there was a problem for this value of z-index with the plugin nonumber.modal.
when entering z-index: 100;
it's working (not less because the menu doesn't appear on normal page)
best regards
Michel
12 years 2 weeks ago #6
by rottenberg
when entering z-index: 100;
it's working (not less because the menu doesn't appear on normal page)
best regards
Michel
Please Log in or Create an account to join the conversation.