在IE6中,后台重复似乎不起作用

时间:2010-08-20 05:37:48

标签: css internet-explorer png internet-explorer-6 background-repeat

我已将背景应用于我的页面,

body
{
background:#FFFFFF url('images/color.png') repeat top left;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:80%;
font-style:normal;
font-variant:normal;
font-weight:normal;
white-space:nowrap;
margin:0 auto;
height:100%;
}

这似乎适用于IE7,firefox和chrome,但肯定不适用于IE6。

alt text

3 个答案:

答案 0 :(得分:0)

ie6不能很好地渲染png。也许你应该只使用gif或jpg?

答案 1 :(得分:0)

IE6讨厌pngs .. :)留下独自渲染它们的背景......!你需要某种PNGFix ...我通常使用this

答案 2 :(得分:0)

为什么要使用透明的png?使用gif将是一个更好的解决方案