6

http://dl.dropbox.com/u/29703851/js/demo/index.html

This is demonstration.

I want to use flexslider with 100% width, but I get that strange additional width and horizontal scroll-bar when mouse cursor is outside of flexslider.

When I go over flexslider, horizontal scroll disappears. Any advices?

I use demo code, no css changes, no js changed. Just deleted all divs around, and left only one div with class flexslider.

Is there a proper way for 100% width?

4

2 に答える 2

9

オーバーフローで修正された問題:非表示。.flexsliderで

于 2013-02-14T02:23:31.903 に答える
4

That will also hide the "pager" dots if you do it that way. I solved it by adding the overflow:hidden; to the parent container. I'm working with a responsive layout, so parent is setting width as well.

于 2014-04-23T16:26:15.920 に答える