over 9 years ago
If you have a fixed div and you want the image to be put over it by stretch and scaling then you can use the following code for html and css:-
In the html page add class 'background' and 'stretch'
with the following CSS:
And you can put the fixed in place of .stretch width: and height:
0 Comment(s)