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
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".