Re: [css-d] flexible height of div

2012-01-18 Thread David Laakso
On Tue, Jan 17, 2012 at 5:58 PM, Martin wrote: Hi, I've got a div (#main) which normally should have the height of 733px because that's the height of the background pic. On some pages the text goes over this height. ...trimmed> From: #main { height: 733px

Re: [css-d] flexible height of div

2012-01-17 Thread Jay Tanna
Can you not use something like this: min-height: 733px; instead of height? hth > Hi, > I've got a div (#main) which normally should have the > height of 733px because that's the height of the background > pic. > On some pages the text goes over this height. The text is > inside #content. This

Re: [css-d] flexible height of div

2012-01-17 Thread Ghodmode
On Wed, Jan 18, 2012 at 6:58 AM, Martin wrote: > Hi, > I've got a div (#main) which normally should have the height of 733px > because that's the height of the background pic. > On some pages the text goes over this height. The text is inside #content. > This pushes the footer down but the backgro

[css-d] flexible height of div

2012-01-17 Thread Martin
Hi, I've got a div (#main) which normally should have the height of 733px because that's the height of the background pic. On some pages the text goes over this height. The text is inside #content. This pushes the footer down but the background remains in the same position. I'd like to keep exte