Bruno Fassino wrote:
> Ingo Chao wrote:
> 
>> http://www.satzansatz.de/cssd/ie7b2_prscrollbar.html
>>
>> This bug is new, I think,
> 
> Yes, it looks new (bug and fix confirmed.)

Thanks to all who took the time to confirm, much appreciated.


> The following looks similar, but not the same. It simply involves a
> (absolute) positioned box: the width seems computed according to the
> border-box model (even if the page is in standars mode), but the text
> content inside the box acts as the width was the correct one:
> 
> http://www.brunildo.org/test/ie7b2_apwidth.html

This is bad.


Here is another bad one for absolute boxes
(would this confirm the wrong box model?):

IE7b2 now allows for "spanning" an a.p. box with

.box {
     position:absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     margin: 11em 7em 5em 3em;
     }

but the margin-left,-top is simply added to the width of the containing 
block, which causes scrollbars ... and the margin-right and -bottom are 
ignored as if the values were over-constrained ...

http://www.satzansatz.de/cssd/ie7b2_apconstraint.html

IE7b2 screenshot included.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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