Home › Forums › CSS › Dynamic width › Re: Dynamic width
July 11, 2012 at 6:29 pm
#105897
Member
I feel like this is what you are going for. All CSS dynamic
Edit: Perhaps I should explain it a little. The width is set to 90% of the parent (presumably the body), this allows the width to remain fluid. The overflow-y: hidden; allows the margin of the slide to hide all the sliders that cannot fit into the current width of the box. The slides having a float:left; allow all slides to be in-line, which would also work.