解决IE8,7下设置背景图片 background-size 不支持问题

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);"

  }

posted @ 2016-12-07 14:59  花又开好  阅读(5188)  评论(0编辑  收藏  举报