|
Repeat image horizontally (css)
Hi,
I would like to create a page with an image that repeats horizontally only, and place text above and below the image.
I'm trying CSS using background-repeat: repeat-y, however this causes the image to fill the screen – I assume it gets to the end of the screen and continues filling horizontally on a new line?
The effect i want is:
SPACESPACE
SPACESPACE
TEXTEXTTEXT
<--IMAGE-->
Text Text Text
Many thanks
|