0
爲什麼flexslider在滑動時在前一張圖像的左側顯示10px?怎樣防止這種情況發生?Flexslider顯示先前圖像的10px
明白我的意思,在http://nworks.nu/projects2013/sthlm/index.html
**我不想使用溢出:隱藏
爲什麼flexslider在滑動時在前一張圖像的左側顯示10px?怎樣防止這種情況發生?Flexslider顯示先前圖像的10px
明白我的意思,在http://nworks.nu/projects2013/sthlm/index.html
**我不想使用溢出:隱藏
這樣做..更改margin-left: -10px;
在style.css
.slides {
max-height: 398px;
float: left;
position: relative;
margin-bottom: 48px;
margin-left: -10px;
}
謝謝你,解決它! :) –