Re: How to make footer image on maximum width?
Try with making height for the body 100%, make footer with absolute positioning and bottom 0 (they are in main.css or altskin.css)
body { height: 100%}
#footer { position: absolute; bottom: 0 }
You may need to change other elements styles as well
__________________
Steve Stoyanov
CFLSystems.com
Web Development
|