更改 Oxid eshop 系统的模板,并以某种方式遇到了 z-index 问题。从理论上讲,所有内容都已定位(相对等),理论上下拉菜单具有 z-index,但实际上,我仍然遇到问题。
问题在此处可见,已使下拉菜单可见
http://keith464.fahrradhamburg.de/Regale/Paletten-Regale/Einzelteile-Baukasten/
更改 Oxid eshop 系统的模板,并以某种方式遇到了 z-index 问题。从理论上讲,所有内容都已定位(相对等),理论上下拉菜单具有 z-index,但实际上,我仍然遇到问题。
问题在此处可见,已使下拉菜单可见
http://keith464.fahrradhamburg.de/Regale/Paletten-Regale/Einzelteile-Baukasten/
..................................................... …………………………………………………………………………………………………………
嗨,现在定义 z-index
属性是这样的
.listRefine.clear.bottomRound{
position:relative;
z-index:5;
}
这样做你的结果是这样的
或------------------------------------------------ ---
或者这样做 --------------------------------------------------------
.infogridView > li, .infogridView:after{
overflow:hidden; // remove this line
z-index:1; // remove this line
}
.dropDown ul{
background:#fff; // add this line
}
比你的结果是这个
.listRefine 类的 z-index 设置为 1。增加类的 z-index。
.listRefine { z-index:5; }
我注意到这张图片也无法加载
背景图像:url(“/bg/svg/grad_grey-light.svg”);
对于产品的下拉菜单,您需要添加背景颜色或背景图像。