pspuser007
New Member
Hello.
I would like to add a small background image at my footer.
How can I do that?
Thank you!
I would like to add a small background image at my footer.
How can I do that?
Thank you!
#5C7099 url(images/misc/yourimage.gif) repeat-x top left
#000 url(path/to/image.jpg) [color=Red]no-repeat bottom center[/color];
</form>
<div id="footer_img"><!-- Footer image --></div>
#footer_img
{
background:url(path/to/image.jpg) [color=Red]repeat-x bottom left[/color];
height:[color=Red]112px[/color];
}
repeat-x bottom left
no-repeat
no-repeat 50% 50%
margin:0 auto;