Re: [WSG] expand divs height with content

2004-12-21 Thread Jeffery Fernandez
Gunlaug Sørtun wrote: Jeffery Fernandez wrote: I am trying to get a Div to expand its height when the content grows. Site development url is http://www.hotshot.com.au/dev/fpaa/ This: http://www.positioniseverything.net/easyclearing.html , or any other clearing-method, should fix that problem.

[WSG] expand divs height with content

2004-12-20 Thread Jeffery Fernandez
Hi all, I am trying to get a Div to expand its height when the content grows. Site development url is http://www.hotshot.com.au/dev/fpaa/ As you can see the middle colum has some extra content and it is not forcing the increase of the height of the parent div which is div id=bodyWrapper This

Re: [WSG] expand divs height with content

2004-12-20 Thread Nick Gleitzman
On 21 Dec 2004, at 3:44 PM, Jeffery Fernandez wrote: Hi all, I am trying to get a Div to expand its height when the content grows. Site development url is http://www.hotshot.com.au/dev/fpaa/ As you can see the middle colum has some extra content and it is not forcing the increase of the height

Re: [WSG] expand divs height with content

2004-12-20 Thread Andrew Krespanis
Try and float just #contentLeft or #contentRight, but not both. There's nothing wrong with floating all your columns. In fact, I always float both columns as I find it more reliable than using margins/padding to clear adjacent cols. This article will solve your problem. Apply the hack to your

RE: [WSG] expand divs height with content

2004-12-20 Thread Wybrow, Mark
PM To: [EMAIL PROTECTED] Subject: Re: [WSG] expand divs height with content Try and float just #contentLeft or #contentRight, but not both. There's nothing wrong with floating all your columns. In fact, I always float both columns as I find it more reliable than using margins/padding to clear

Re: [WSG] expand divs height with content

2004-12-20 Thread Gunlaug Sørtun
Jeffery Fernandez wrote: I am trying to get a Div to expand its height when the content grows. Site development url is http://www.hotshot.com.au/dev/fpaa/ This: http://www.positioniseverything.net/easyclearing.html , or any other clearing-method, should fix that problem. BTW: IE6 won't display

Re: [WSG] expand divs height with content

2004-12-20 Thread Jeffery Fernandez
December 2004 4:49 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] expand divs height with content Try and float just #contentLeft or #contentRight, but not both. There's nothing wrong with floating all your columns. In fact, I always float both columns as I find it more reliable than using