Posh CSS # for the modern day web designer

Submit an Article or Link Subscribe


About Posh CSS

Posh CSS is a collection of Cascading Style Sheet Articles, Tutorials, Tips and Code snippets for the modern day web designer.


Browse the site


Submit a link

Have you written or read a great resource relating to CSS that we are not linking to yet? Let us know.

Submit a Link →


Browse our Archives

Get in touch

Have a question or just want to drop us a line? Contact Us →


Posh CSS

How to create CSS layouts without using Float

Some layouts rely on Absolutely Positioned elements, others use FLOATs. The former is considered bad practice for its lack of flexibility while the latter is a powerful solution in building robust layouts. Unfortunately, like most powerful tools, FLOATs can be a dangerous method to employ or at least very frustrating.

Comments

  1. This is a fairly clever technique (that I intend to try at some point), although it does seem to rely just as much on hacks and conditional statements as using floats to achieve cross-browser compatible 3-column layouts.

    CSSnewbie
    176 days ago #
     

Commenting has closed for this article.