[ic] Footer background

John Hoy john at effectuality.com
Sat Aug 16 20:06:31 UTC 2008


Hi Group,

I am trying to add a background image for my footer on this page:

http://westdistribution.com/cgi-bin/gov/index.html

All I want to do is continue the border around, I have tried to add it
to the copyright file, however it seems to offset the image.  Any help
would be appreciated.

I am trying to do it in css, but I cannot seem to get it to work

I am using this in the CSS

/**********Begin footer controls*/
	
.footer {	
        background-image: url(/gov/images/bbg.gif);
        background-repeat: no-repeat;
        background-position: center;
	width: 749px;
	height: 275px;
	margin: 0 auto; /* to center the page */
        text-align:center;
  	font-family: arial, sans serif;
  	font-size: 10pt;
  	
}	
/**********End of footer controls*/

Thanks!

JD



More information about the interchange-users mailing list