> One way to tell is create a test case.
>
> <http://css-class.com/test/bugs/ie/9-beta/margin-auto-overflow-hidden-beside-float.htm>
>
> From this test it seems that you can not use margin auto along with overflow
> hidden and still have a block beside a float. This bug happens no matter
> which way the float floats.
>
> The fix to avoid the bug is to not have this,
>
> margin: 0px auto 2px;
>
> but this.
>
> margin: 0px 0 2px;
>

That is indeed the same bug, and also the working fix. Thank you Alan!
 (I've updated the webpage with the fix.)

-- 
猿も木から落ちる
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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