I only have a few pointers this time, and some pretty lame "fixes". It's mostly 'hasLayout'[1] related bugs in IE/win - and a whitespace bug to go with it.
> "Disappearing Text" http://realty.colemanation.org/weird.html Adding 'hasLayout' trigger "fixes" it... p {height: 100%;} > "Phantom Line" http://realty.colemanation.org/phantom.html Adding 'hasLayout' trigger "fixes" it... .house h3 { height: 100%;} > "Unwelcome white border on the left side' > http://realty.colemanation.org/sidewhite.html Adding 'hasLayout' trigger partially "fixes" it... #main {height: 100%} #footer {height: 100%;} ...and "emptying the empty element" with a comment... <div id="footer"><!-- --></div> ...does the rest. Now, you have only provided short, isolated, example-pages, so you'll have to work your way through the article linked in below, and see what's needed - where - in a real page. Make sure you don't add any 'hasLayout' triggers where they aren't needed, as the cure may me just as bad as the illness when dealing with these Layout-related IE/bugs. 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 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/
