This documentation is currently being moved to our new documentation site.

Please view or edit the documentation there, instead.

If you're looking for Fluid Project coordination, design, communication, etc, try the Fluid Project Wiki.

FSS Columns - Equal-width columns, fixed-width container

Equal-width columns, fixed-width container

NOTE: The background colours on this page have been added to help the reader recognize the different regions of the demo. They are not provided by the FSS.

The mark-up and classes used to produce this layout:

<div class="fl-container-700 fl-centered">
    <div class="fl-fix">
        <h3>Fixed-width columns in a fixed-width container</h3>
        <p>The container width is fixed at 700px, and the columns are divided equally.</p>
    </div>
    <div class="fl-col-flex3">
        <div class="fl-col">This is the first column.<br/>
            Aliquam erat volutpat. Aliquam consequat, quam at varius tincidunt,
            nunc augue blandit sem, ac aliquam libero eros ac eros. Proin sed nibh
            lacus.</div>
        <div class="fl-col">This is the second column.<br/>Aenean urna erat,
            accumsan vel porttitor vitae, blandit a magna. Phasellus nec nisl
            eget purus laoreet fermentum. Mauris accumsan congue lectus a
            fringilla.</div>
        <div class="fl-col">This is the third column.<br/>Suspendisse vehicula
            quam sit amet mi venenatis quis suscipit massa porttitor. Fusce
            ligula mauris, mollis ut placerat eu, interdum eu tellus. Vivamus
            posuere facilisis aliquet. Morbi justo nisl, auctor sed euismod quis,
            viverra at ligula. </div>
    </div>
    <div class="fl-push">Footer</div>
</div>