how to change or insert fluid background image

What files have to be edited to insert a backgrnd image 100% across fluid screen for deco?

1 answer

Profile photo of tomc 0.00 $tone February 13, 2012
Public

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?

#1

Please login or Register to Submit Answer

Written By

Comments