开发者

weird internet explorer 6 problem css

开发者 https://www.devze.com 2023-02-16 10:43 出处:网络
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

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消