这是我正在开发的网站的链接
它是使用核心 php 网站开发的基于 html 5 的模板网站,在火狐、IE 下看起来很好,但在 chrome 中,滑块区域的中心有一条垂直线,我无法找到导致问题的原因
我试图在萤火虫的帮助下解决,但无法找到问题
谁能帮我这个 ?
这是滑块容器的CSS代码
#slideshow-container {
background: url("../images/slideshow/bg_slideshow.jpg") no-repeat scroll center center #999999;
float: left;
margin-bottom: 39px;
overflow: hidden;
position: relative;
width: 100%;
}