View Single Post
Old 05-31-2009, 09:07 PM   #21 (permalink)
hjalmar
The Contributor
 
Join Date: Nov 2008
Location: Sweden
Posts: 36
Thanks: 1
hjalmar is on a distinguished road
Default

Quote:
Originally Posted by allworknoplay View Post
I have a quick question about DIV's.

I have a main body container that has a fixed width of 1024. And the minimal height is 350 px.

The reason for the min height is that I want all pages to have a consistent look, even if there's not much content.

But when the content exceeds the 350 px, the content just flows passed the DIV container.

Is is possible for the DIV container to have the DIV stretch beyond the 350 px if the content is a lot?

Basically the same way that tables would handle it?
Can you provide some markup for what you are trying to do?

And as far as min/max-width/height: goes, it isn't supported in older browsers so take that into account if doing a scalable/fluid design. Actually i think IE7 treats it as width/height only and IE6 and older ignores it completly.

With some code you'll get a more accurate response :D

Hjalmar
hjalmar is offline  
Reply With Quote