Martin Möller wrote:
> Hello CSS Friends,
>  please could you take a look at my css layout. I have a problem which
> is bugging me for the last couple hours.
> 
> The #Wrapper div (yellow) is extending far more than its defined width and
> i cant really figure out why.
> 
> I think the bug comes from the Content Boxes but i havent found a bug pattern
> yet or way to fix it.
> 
> Heres the Sample:
> 
> http://www.ceudex.de/test/

the bug pattern is called The IE Doubled Float-Margin Bug and the fix is 
to add

#content .standardTeaser {
   border:1px solid #ffffff;
   float:left;
   display:inline; /* here */
   margin-right:12px;   
...

http://positioniseverything.net/explorer/doubled-margin.html

Don't know why all these overflow-x in your CSS doesn't stop it, time 
provided, this would be an interesting issue.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to