全屏滑块的 Firefox 问题
Firefox issue with full screen slider
在这个网站上,我制作了一个全屏滑块。
它在 Chrome 和 IE 上运行良好,但在 firefox 上,它只显示 50% 的屏幕。
这是我使用的代码:
.q_slider {
width: 100%;
overflow: hidden;
position: relative;
z-index: 10;
}
.carousel-inner .slider_content_outer {
position: relative;
height: 100%;
width: 1100px;
margin: 0 auto;
z-index: 12;
}
我是不是做错了什么?
我认为如果您删除以下负边距最高值,它将起作用...
在这个网站上,我制作了一个全屏滑块。
它在 Chrome 和 IE 上运行良好,但在 firefox 上,它只显示 50% 的屏幕。
这是我使用的代码:
.q_slider {
width: 100%;
overflow: hidden;
position: relative;
z-index: 10;
}
.carousel-inner .slider_content_outer {
position: relative;
height: 100%;
width: 1100px;
margin: 0 auto;
z-index: 12;
}
我是不是做错了什么?
我认为如果您删除以下负边距最高值,它将起作用...