help.net


Musing on .Net

News





hit counters




Open source CMS


Technorati

My blog

Irish blogs

Locations of visitors to this page Get Chitika eMiniMalls

.Net useful

Blogs I read

PocketPC

SQL

Usability

Building a 3 columns layout with CSS and the columns size fixed

A lot of sites now are using CSS instead of tables to have a lighter markup. First you can find an interesting compilation of 3 columns CSS layout methods here.

On different projects, however I am not satisfied by the fact that most of the CSS layouts are ‘liquid’ which means the columns size increase or decrease with the browser size. What I am looking for is the strict equivalent of a classic Table design and I think I found something very neat.

It’s a page generator, totally free and it will save you a lot of time. The number of parameters is impressive but the result is amazing!

Problem solved :-)

 

Posted: Dec 13 2005, 10:05 PM by help.net | with 3 comment(s)
Filed under: ,

Comments

David Taylor said:

Sorry...can't leave someone elses copyright message in the HTML I product for our external systems.
# December 13, 2005 5:45 PM

Travis said:

Nice find, however I wish they had the option to make the right and left side bars fixed width and the center liquid.
# December 14, 2005 11:30 AM

Chris Wallace said:

Too bad it isn't compliant markup (well, the XHTML 1.0 Strict generated template isn't anyway).
# December 14, 2005 8:40 PM