Jump to content

Background For The Websites Footer?


reflex84

Recommended Posts

Hi,I've seen some sites that have a footer image background ... which repeats left and right of the webpage and of course, the image ONLY "hovers" or stays at the bottom (footer) of the website.?I'd like to know what the CSS code is to do that?Thanks d

Link to comment
Share on other sites

I'm not an expert but I think this should do itin html:<div id="footer">the footer of the page comes here</div>in css:#footer { background-image: url("image.jpg"); background-repeat: repeat-x;}positioning if needed to keep the footer at the bottom of the page

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...