Thread: 100% Height
View Single Post
Old 21-03-2003, 08:49   #1 (permalink)
Stickman
Dr. Lucien Sanchez
 
Stickman's Avatar
 
Join Date: Mar 2003
Location: UK
Posts: 5,638
100% Height

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...
  Reply With Quote