Has anyone figured out a way to create a div which is a vertical column the full height of the page? I want to use a div (as a frame for the content) that runs from the top to the bottom of the page.
With tables, you would do it like this:
[code:1:a5faf1e221]<table width=625 height=100% padding=0 cell-padding=0 cell-spacing=0>[/code:1:a5faf1e221]
But I don't want to create a page in pure xhtml and css and then [b:a5faf1e221]have to nest the whole buggering thing in a table[/b:a5faf1e221]. :x
Thanks in advance for any help...