Jump to content

Wayne

Members
  • Posts

    2
  • Joined

  • Last visited

Wayne's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. repeat-x only gives me one line, if i just repeat it overwrites my bottom image i can't combine all three because the page isn't a fixed length i'll have to have a look into that
  2. Hi I am trying to create a background image consisting of a top, a middle and a bottom, each image is say 100px X 100px i have the following code but can't get the middle image to repeat, see image for example. i have tryed repeating center image, but when i do this it seems to overwrite the bottom.jpg image, is there a specific order i need to write this in? , i'd be greatful for the help Thanks #center_area {border-top:solid 1px #000000; background-image: url(../images/top.jpg), url(../images/center.jpg), url(../images/bottom.jpg); background-repeat: repeat-x, no-repeat, repeat-x; background-position: left top, left, left bottom;}
×
×
  • Create New...