sensei
sensei

Reputation: 7592

Flexslider 100% width creates horizontal scroll-bar

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?

Upvotes: 6

Views: 6374

Answers (2)

flipthekid
flipthekid

Reputation: 121

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.

Upvotes: 4

sensei
sensei

Reputation: 7592

problem fixed for me with overflow: hidden; in .flexslider

Upvotes: 9

Related Questions