3 Column Layout using pure CSS
September 11th, 2008
In the earlier days of learning CSS, I was stumped by a constantly nagging problem - why can’t one have an equally simple means of deploying a 3 column layout without using tables? Two columns are easy using the float attribute left and right, but things got tricky when it was 3 and above. After a brainstorming session, I found an efficient way to do this.
In the earlier days of learning CSS, I was stumped by a constantly nagging problem - why can’t one have an equally simple means of deploying a 3 column layout without using tables? Two columns are easy using the float attribute left and right, but things got tricky when it was 3 and above. After a brainstorming session, I found an efficient way to do this.


