liquid layout

CSS 3 column liquid layout example

CSS is much better than HTML, but making a webpage look the way it ought to look can be very painful, frustrating, and time consuming.

Not only do you have to create cross browser compatible code, but it has to look nice when you're done!

This is just a basic example that you can experiment with and add to later, there are some comments but the code is mostly self explanatory:

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head><style type="text/css">


/* required to kill off any extra "helpful" browser padding  */
html, body {
Syndicate content