Kim Brooks Wei wrote:
> I can't imagine why my graphic and main text won't stay inside of 
> their #wrap container.
> 
> http://thewei.com/

In standard compliant browsers elements won't expand to contain floats
unless you "tell them to". This is proper behavior, and only IE/win
expands containers without "being told".

You can declare...

#wrap {overflow: hidden;}

...to make the #wrap container expand the way you want.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to