Home › Forums › CSS › Image not covering full page? › Reply To: Image not covering full page?
October 9, 2014 at 8:36 am
#185888
Participant
Many thanks to you all.
The result of this:
body {
background-image: url(../images/purple90.png);
background-repeat: no-repeat;
background-size: cover;
background-position: fixed;
}
was that the bg image didn’t appear at all except in the footer area – with the square clocks still there, and when I removed background-color: #333333; the page was pushed out to the left for some reason.
I’ll give bochristensen’s tutorial a go!
Thanks again to you all for getting back to me.
Appreciated.