Jeff Seal wrote:
> It seems that IE7 wants to throw out the bottom corner in all my 
> tests by allowing the left border to show behind the bottom left 
> corner.  This happens on my own tests and on the  examples from the
>  authors web site.

> http://www.cbcslc.com/stage/

IE7 needs 'hasLayout'[1] triggers in the right places. Otherwise it
simply won't stack and dimension those layers correctly.

Roger mention this problem for IE6, but his '1px' fix won't do IE7 any 
good.

Adding...

.i1 {min-height: 0;}

...seems to be enough to stiffen up those generated containers and make
it look right in IE7.
However, if you want older IE/win versions in on the game, than...

.i1 {height: 1%;}

...will probably work better. Can't test that since you haven't provided
any images for IE6, and I won't bother going through all those cases.

regards
        Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
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