【问题标题】:Firefox issue with full screen sliderFirefox 全屏滑块问题
【发布时间】:2015-02-16 17:56:32
【问题描述】:

在这个网站上,我制作了一个全屏滑块。

Website link

它在 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


【解决方案1】:

我认为,如果您删除以下负边距顶部值,它将起作用...

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2011-05-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-01-14
    • 1970-01-01
    • 2015-11-16
    • 1970-01-01
    相关资源
    最近更新 更多