Re: [css-d] Closing a Clear

2005-08-10 Thread Jim Davis
Hi,

Ad this rule to .pageBox...  display: table;
This should cause the red border to extend below the two columns of text.

Jim

On 8/10/05, Hershel Robinson [EMAIL PROTECTED] wrote:
 http://www.mishpachaw.com/eng-featuresLarge.php?w=fiction
 
 I have tried a few different methods to fix this page in FF, but nothing
 seems to work--the lists of the magazine features extends below the red
 box--I want them of course to be within the box.
 
 The CSS is here:
 
 http://mishpachaw.com/css/main.css
 
 Any suggestions are appreciated.
 
 Hershel
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Closing a Clear

2005-08-10 Thread Bob Easton
On 8/10/05, Hershel Robinson [EMAIL PROTECTED] wrote:
 http://www.mishpachaw.com/eng-featuresLarge.php?w=fiction
 
 I have tried a few different methods to fix this page in FF, but nothing
 seems to work--the lists of the magazine features extends below the red
 box--I want them of course to be within the box.

Looks like the classic failure to contain floats.  Two remedies are common:

http://www.complexspiral.com/publications/containing-floats/
http://www.positioniseverything.net/easyclearing.html

-- 
Bob Easton
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Closing a Clear

2005-08-10 Thread Holly Bergevin
From: Hershel Robinson [EMAIL PROTECTED]

Any other ideas? Maybe I'm doing something wrong?

Yes, remove the height restriction from #featuresbox and the border will 
enclose things as you wish.

~holly 
 
   
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Closing a Clear

2005-08-10 Thread Hershel Robinson

Holly Bergevin wrote:

From: Hershel Robinson [EMAIL PROTECTED]


Any other ideas? Maybe I'm doing something wrong?



Yes, remove the height restriction from #featuresLarge and the border will 
enclose things as you wish.


How do you like that? That was it.

I didn't even know that was there. No idea why I did that.

Thank you.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/