简体   繁体   中英

Dropdown menu not overiding divs menu below with Z-Index

When I hover over a menu, the menu li beneath is visible. It could be the div, but not sure. When I change to static and relative, they just shift down Here is my site http://ocart.site/opencart/

#menu > ul > li > div {
position: relative;
z-index: 5;

maybe you can more than z-index value

z-index: 9999

use try :

#menu > ul > li{
  position:relative;
  z-index: 9999
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM