Re: [css-d] one last thing-expanding divs

2005-11-23 Thread Ingo Chao

Divs don't expand to contain floats.

Again: where is the URL to your code?

Ingo

-- 
http://www.satzansatz.de/css.html
__
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] one last thing-expanding divs

2005-11-23 Thread Zoe M. Gillenwater
[EMAIL PROTECTED] wrote:

I am close to getting there but have one last problem

I have a container div with two or three divs in it

http://www.blue-fly.co.uk/test/1.jpg

I want the background container to expand to the height of the biggest DIV

http://www.blue-fly.co.uk/test/2.jpg
s
This is what I am getting at present...

http://www.blue-fly.co.uk/test/3.jpg
  


Ross,

There's no way to debug CSS by looking at a picture.  Can you please 
post a link to the page, or at least the HTML and CSS that produces it?

That being said, I'm guessing that those boxes are floats and you have 
not used a float containment method on the container div [1].  Other 
option is that the longer box has been absolutely positioned.

[1] http://css-discuss.incutio.com/?page=ClearingSpace

Zoe

-- 
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu

__
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/