Ok, CSS help??

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
How do I make it so that a div stretches the entire height of the page, no matter the length of content etc.

So someone could have a story that is 50,0000 words long (just an example, no one would really have that length on a website) and it would stretch forever!!

Any help recieved, I am grateful of!

Regards,
Zenax
 

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
This happens in both IE 7 and FF 2.0

Sorry for double post, but when I tried to edit, I clicked save and nothing happened! I aint complainin, I know x10 are doin updates!
 

Colin

Active Member
Messages
1,984
Reaction score
0
Points
36
try max-height: none; and make height = 768px; (The average resolution for users). I'll look into something that automatically makes it the size of your screen.
 
Last edited:
Top