Scott Wilcox wrote: > One other thing: > > http://x0f.org/snippets/PHP/8 > > Is there any reason why the background colour doesn't show > right in IE? (tis fine in other browsers!)
It's the peek-a-boo bug. If you cover the page with another window and then uncover it, more of that background is gone, including the border. You can add position:relative to the style of that div, and it will not peek and say boo again :-) BTW - I can't seem to get JavaScript switched back on in IE, so I can't check the result of your JS trick, but if you don't see it anymore, I'm sure it's gone ;-) -- Els http://locusmeus.com/ http://locusoptimus.com/ ______________________________________________________________________ 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/
