css3中,background-size不支持ie8以下的版本,為了解決問題。在網上找了一個htc文件.
(backgroundsize.htc)
https://github.com/louisremi/background-size-polyfill
頁面直接引用:
div { background:url(img/背景.png) no-repeat;
background-size:100% 100% ;
-ms-behavior: url(css/backgroundsize.min.htc);
behavior: url(css/backgroundsize.min.htc);"
}