Top

40 Free CSS Layouts

March 16, 2006 by Jeff Purcell 

Layout GalaAlessandro Fulciniti of html.it has posted 40 Free CSS Layouts for download. Alessandro seems to have covered pretty much every type of layout you could want. From 3 column percentage widths to 2 column fixed widths, he’s got you covered.

Alessandro Fulciniti writes about the compatability:

All layouts use valid markup and CSS, and have been tested successfully on Internet Explorer/win 5.0, 5.5, 6 and beta 2 preview of version 7; Opera 8.5, Firefox 1.5 and Safari 2.

These are definitely worth downloading. Be it for your next layout or learning the principles of negative margins and any order columns,
All layouts are done with minimal markup also:

<div id="container">
  <div id="header">Header</div>
  <div id="wrapper">
    <div id="content">Content</div>
  </div>
  <div id="navigation">Navigation</div>
  <div id="extra">Extra stuff</div>
  <div id="footer">Footer</div>
</div>

Definitely something you should keep in your Web Designer’s Tool Belt.
40 Free CSS Layouts

Tags: ,

Comments

3 Responses to “40 Free CSS Layouts”

  1. joehaxor on March 25th, 2006 11:42 am

    this just became my favorite site.

    and i didn’t have to make a blogger account to log in.

  2. Jeff Purcell on March 26th, 2006 4:33 pm

    :)

  3. Jimmie on June 14th, 2006 9:31 am

    Jimmie is gay.

Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!





Bottom