What files have to be edited to insert a backgrnd image 100% across fluid screen for deco?
1 answer
I believe that something along these lines will work . . .
img.background{
position: fixed;
z-index: 1;
min-width: 100%;
min-height: 100%;}
NOTE:
This is an in general suggestion . .. as I do not know what your particular coding looks like. Perhaps you can provide the url for the site you’re working on -- and maybe even a snapshot mock-up of what it is you’re wanting to achieve?