|
Making a 3 Column Fluid Layout With CSS
|
By Ben Hirsch
[Hits: 6162]
|
|
3 Column CSS Layouts always seem to be the most sought-after byweb designers. To create a layout with three columns, includingtwo fixed width sidebars and a fluid center and not using tablesseems to be, as A ListApart's Matthew Levine put it, The HolyGrail in his article on this.
While I was looking over the article, I thought I could make iteasier for you, the common web designer to do it easier andwithout so many browser hacks. So spawned this tutorial. In thistutorial, you will be creating a valid XHTML 1.1 Strict andvalid CSS layout with three columns, and no IE, Firefox, orother browser hacks.
Thefinished layout can be found here.
Basics
So to start, we need to define the basic page.
3 Column Layout | | |