0

I ve applied a background to my page like this,

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%;
}

This seems to work in IE7,firefox and chrome but certainly not in IE6.

alt text

ACP
  • 34,682
  • 100
  • 231
  • 371

3 Answers3

0

ie6 doesnt render pngs well. maybe you should just use a gif or jpg?

corroded
  • 21,406
  • 19
  • 83
  • 132
0

IE6 hates pngs..:) leave alone rendering them in background..! you will need some sort of PNGFix for this.. I usually use this

ZX12R
  • 4,760
  • 8
  • 38
  • 53
0

why would you use a transparent png for that? Using a gif would be a much better solution

joggink
  • 397
  • 2
  • 6