Thread: 100% height
View Single Post
03-31-2007, 03:37 AM
#2
mikeroq is offline mikeroq
mikeroq's Avatar
Status: Member
Join date: Feb 2006
Location: Ponca City, OK
Expertise: xHTML/CSS/PHP/Computer Tech
Software: Photoshop, Notepad++, Winamp
 
Posts: 332
iTrader: 5 / 100%
 

mikeroq is an unknown quantity at this point

Send a message via AIM to mikeroq Send a message via MSN to mikeroq Send a message via Yahoo to mikeroq

  Old

Code:
*, html, body {
height: 100%;
min-height: 100%;
}
In your css

And for your container that holds the content between the header and the footer
Code:
#containter {
height: 100%;
min-height: 100%;
}