Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS bg image with position fixed and centered? Reply To: CSS bg image with position fixed and centered?

#283384
stewart
Participant

Untitled Document

html {height:100%;}
body {
position: fixed;
height: 100%;
margin: 0px;
font-family: Arial;
font-size: 14px;
color: #999;
text-align: center;
background: #975d7f url(“pix/bg2.jpg”) no-repeat top center;
background-size: cover;
background-color: #000000;
overflow-y: scroll;
}