Forums

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

Home Forums CSS Image not covering full page? Reply To: Image not covering full page?

#185888
Everton
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.