gpt4 book ai didi

html - Firefox 溢出 : hidden bug

转载 作者:太空狗 更新时间:2023-10-29 15:28:47 26 4
gpt4 key购买 nike

所以我在我的网页设计中添加了一个图像 slider ,就像现在一样。它在 IE + Chrome 中运行良好,但在 Firefox 中我遇到了一个非常奇怪的问题。图像 slider 图像被推向页面的右侧。

enter image description here

什么时候应该是这样的:

enter image description here

我真的不知道为什么会这样。

这是 slider 的 css:

    <style type="text/css">
#slider {
position: relative;
width: 918px;
}
#slider .viewer {
position: relative;
width: 918px;
height: 200px;
overflow: hidden !important;
}
#slider .viewer .reel {
display: none;
height: 200px;
}
#slider .viewer .reel .slide {
width: 918px;
height: 200px;
}
</style>

以及 slider 周围容器的 css:

#photobox {
border-left: 1px solid #ababab;
border-right: 1px solid #ababab;
position: relative;
width: 918px;
height: 200px;
z-index: -1;
top: -6px;
}

这真让我难堪。您还可以查看网站的实时版本 - http://simplesolutions.netne.net/

最佳答案

这是一个 float 问题:

#slider {  float:left }

应该修复它。

关于html - Firefox 溢出 : hidden bug,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13852838/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com