Forums

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

Home Forums CSS [Solved] Getting a background image to 'fit' Reply To: [Solved] Getting a background image to 'fit'

#184399
Everton
Participant

I think I have got it now with this:

background-image:url(../images/bg.png);
                background-size: 80% 160%; 
        background-position:left top;
        background-repeat:repeat-x;

Many thanks!