Css 背景重复不';似乎在IE6中不起作用

Css 背景重复不';似乎在IE6中不起作用,css,internet-explorer,png,internet-explorer-6,background-repeat,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; he

我在我的页面上应用了这样的背景

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


ie6不能很好地呈现PNG。也许你应该只使用gif或jpg?

IE6讨厌PNG:)别管在背景中渲染它们了。。!为此,您需要某种PNGFix。。我通常使用

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