10
Answers

Background full page,

Photo of David Smith

David Smith

12y
1.8k
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