bad z-index value for top page menu in leads plazza

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
11 years 10 months ago #1 by rottenberg

Please Log in or Create an account to join the conversation.

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.
11 years 10 months ago #2 by erwinschro

Please Log in or Create an account to join the conversation.

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
11 years 10 months ago #3 by rottenberg

Please Log in or Create an account to join the conversation.

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
.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.
11 years 10 months ago #4 by erwinschro

Please Log in or Create an account to join the conversation.

It's working now
thank you very much


best regards
Michel ROTTENBERG
11 years 10 months ago #5 by rottenberg

Please Log in or Create an account to join the conversation.

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
11 years 10 months ago #6 by rottenberg

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum