Monday, 2 September 2013

CSS Only Slider with Fixed elements

CSS Only Slider with Fixed elements

Is it possible to create the following layout without adding containers?
The fixed elements are non-scrollable, and the scrollable slides to left
and right.
Layout:
-------------------------------------------------------
| Fixed | Fixed < Scrollable | Scrollable | Scrollable >
-------------------------------------------------------
Markup:
<section class="fixed">
<h3>Item1</h3>
</section>
<section class="fixed">
<h3>Item2</h3>
</section>
<section class="scrollable">
<h3>Item2</h3>
</section>
<section class="scrollable">
<h3>Item2</h3>
</section>
<section class="scrollable">
<h3>Item2</h3>
</section>

No comments:

Post a Comment