Shelly wrote: > Hey all, > > I was wondering if you could help me troubleshoot something. I've been > working on a site (http://brassblogs.com/alliance-link/), and right now > I'm browser checking. Typically, I check out all my other browsers > before I start in on IE, and this one hasn't had much of a difference > between all the browsers I have. For the last few months, I've found > that - aside from a couple of things here and there - IE7 has shown > promise and has been displaying things as they should. Sometimes I have > to hack a line or two of code, but that's about it. > > Now, IE decides to rear its ugly head *right* when I'm about to sign off > on a site and have it finished. [...]
You may want to change the size of your repeated background image. The bug you have is caused by trident rendering bands [1]. I have only seen this in IE7 and IE8 and in your case it's because you have use the wrong size back image. Luckily you don't have to deal with the peekaboo bug. :-) Now just glancing in IE6 I see it has the same bug. Are you using a 8-bit png? [1] <http://css-class.com/test/bugs/ie/renderingbands.htm> Alan http://css-class.com/test/ ______________________________________________________________________ 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/
