我已經應用了背景到我的網頁這樣的工作,背景重複似乎並沒有在IE6
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。