View Single Post
  #10 (permalink)  
Old Apr 27th, 2007, 08:35
motlive motlive is offline
Up'n'Coming Member
Join Date: Apr 2007
Location: Notts, England
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Repeating an image along the bottom of the page without setting it as background.

Put the background image in your body{} tag and then using the background-image for your other divs you can set the background.

background { #FFFFFF url ('image.png') repeat;}

at a guess
Reply With Quote