Skip to content Skip to sidebar Skip to footer

Div Layout With 3 Columns: Fixed - Liquid - Fixed

I'm trying to build a 3 column layout that has one fixed column on the left, a fluid column in the middle and another fixed column on the right. Anyone seen this? There are simila

Solution 1:


Solution 2:

Use fixed width and float to the appropriate side on the left and right columns. Then set the right and left margins of the fluid div to the width of the fixed divs. Fluid div should follow the fixed ones in the html.


Post a Comment for "Div Layout With 3 Columns: Fixed - Liquid - Fixed"