IE background size not working

前端 未结 3 968
悲哀的现实
悲哀的现实 2020-12-17 03:23

I\'m trying to make a background stretch the entire body (width only). This works only on Chrome,Opera and Firefox. How can I make this work on IE too? O_o

b         


        
3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-17 03:55

    background-size is not supported in IE for versions under 9. A cross browser solution is to use a jquery plugin like fullscreenr.

提交回复
热议问题