Z-index not working
9 years 11 months ago #27774
by renejdm
Z-index not working was created by renejdm
I have 2 maximenus on a page. The main menu drops behind the 2nd menu. I tried playing around with the z-index value but this has not effect. I have the params addition.
See screenshot.
Please detail exactly how to fix this.
See screenshot.
Please detail exactly how to fix this.
Please Log in or Create an account to join the conversation.
9 years 11 months ago #27777
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Z-index not working
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 11 months ago #27779
by renejdm
Replied by renejdm on topic Z-index not working
Thanks for the great info. It worked!
To solve the problem with 2 maximenus on the same page and one of them is appearing underneath the other menu:
Give a higher z-index to the menu that appears below the other menu:
Z-index level: 10; position: relative
Give a lower z-index to the menu that appears above the other menu:
Z-index level: 9; position: relative
See screenshots:
To solve the problem with 2 maximenus on the same page and one of them is appearing underneath the other menu:
Give a higher z-index to the menu that appears below the other menu:
Z-index level: 10; position: relative
Give a lower z-index to the menu that appears above the other menu:
Z-index level: 9; position: relative
See screenshots:
Please Log in or Create an account to join the conversation.
Time to create page: 0.211 seconds