Many are asking this idea because they want to add images to their footer but the links are blocking it so here's to code...
Footer with background image only.
[quote]#footer {display: none;}
#footer_container { background:url([color=red]URL OF .JPG,.PNG,GIF[/color]) ; background-repeat:no-repeat; background-attachment:fixed; background-position:center center;width:800px!important;[b]height:140px!important;[/b]position:relative!important;
bottom:3px!important; }
#footer_container div { display:none!important; }
#footer_container a { display:none!important; }
#footer_container span { display:none!important; }[/quote]
Replace the [color=red]URL OF .JPG,.PNG,GIF[/color] with background image of footer. 800px footer width recommended.
On the code you'll see [b]height:140px!important;[/b] change the 140px the your estimated height.
Last edited by Ephemeral (2007-09-25 03:16:34)