weird internet explorer 6 problem css
hello i have a div and background image attached to its top. here i get this result for modern browsers: http://i52.tinypic.com/29ckkt4.jpg
but when comes to ie6 i get this result
http://i53.tinypic.com/30m8m05.jpg
applied css code is #top { background: url(../images/cpmtenttop-trans.png) repeat-x top left开发者_StackOverflow社区; height:22px; }
It's because of PNG format. Checkout this page:
http://jquery.andreaseberhard.de/pngFix/
精彩评论