10
Answers

Background full page,

David Smith

David Smith

11y
1.7k
1
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)
Next Recommended Forum