为什么flexslider在上一张图片滑动时会在左侧显示10px?有什么方法可以防止这种情况发生?
在http://nworks.nu/projects2013/sthlm/index.html
看看我的意思**我不想使用overflow:hidden
答案 0 :(得分:2)
这样做..会更改margin-left: -10px;
style.css
.slides {
max-height: 398px;
float: left;
position: relative;
margin-bottom: 48px;
margin-left: -10px;
}