OK Shwizle .
You could apply the background image to the html element then apply a sample of the background to the footer. You'd have to photoshop say a 5px square and repeat both x and y. The footer would then blend in with the background.
body, html {height: 100%;
background-image:url( http://mikegiant.com/i/mgbg_cropped.gif);
background-repeat: repeat-y;
background-position: 50%;
text-align:center;
font-family:Gill Sans, Arial, Helvetica, sans-serif;
margin:0px;
min-width: 780px;
}
Goes without saying you should ask Mikegiant if you can use his graphic - better still do your own.
Last edited by maxxximus : 09-25-2007 at 05:02 AM.
|