repeat-x top; Questions please answer

Discussion in 'Programming' started by JohnRock, Jun 13, 2012.

  1. #1
    repeat-x top;

    right now this is what i have and my backround stops when you scroll down, how can i make it so my backround keeps repeating itself? thanks
     
    JohnRock, Jun 13, 2012 IP
  2. Emitstop

    Emitstop Greenhorn

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    Hey,

    "repeat-x" causes the image to only repeat on the x-axis (horizontally). "repeat-y" would cause it only to repeat along the y-axis (vertically). However it sounds like you want it to repeat in both directions, to do this you want to use just "repeat".
     
    Emitstop, Jun 15, 2012 IP