【发布时间】:2015-02-16 17:56:32
【问题描述】:
在这个网站上,我制作了一个全屏滑块。
它在 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;
}
我做错了吗?
【问题讨论】:
-
在 .carousel-inner 和 .slide_content_outer{....} 之间使用逗号(,)
标签: html css wordpress firefox