I'm attempting to move a site away from using 10's of nested tables towards using just CSS

I have a layout with 3 vertical elements, a header a footer and the content

The header, obviously sits quietly at the top of the screen but will chane size depending on content

The content comes next with overflow: auto so that it scrolls as needed

The footer needs to sit permanently at the bottom of the screen.

This is fairly easy with a table but i'd like to not use them.

Plus, I'm using an XHTML 1.1 doctype. 

I figured if anyone would know, then it would be you guys.

Any ideas?

Reply via email to