View Single Post
  #2  
Old 02-04-2010, 07:21 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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
Reply With Quote