我有滑块问题(主要是边框问题)。您可以看到滑块here
点击 6。所有者选项,您可以在那里看到边框。此边框应出现在所有其他选项卡上。
答案 0 :(得分:0)
添加此代码:
<style type="text/css">
.slide {
overflow:hidden;
}
.slide img {
margin: 2px 10px 0px 10px;
}
</style>
答案 1 :(得分:0)
我的解决方案是使用此css将div #slides包装在另一个div中:
height: 231px;
left: 438px;
overflow: hidden;
position: absolute;
top: 185px;
width: 683px;
并从“.tophdr_rt_slider #slides”的声明中删除两个属性:
float: left;
margin-top: -236px;
之后,它就像一个魅力。