David Smith

David Smith

  • NA
  • 1.9k
  • 0

Background full page,

Jul 18 2013 6:38 PM
this is not working in IE8, can some give me code to work in IE8 also

html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

Answers (10)