View Full Version : How do you make background repeat once?


Virst
02-17-2004, 01:43 AM
Here is what I already have:

background-repeat: repeat;

Can someone please change that so it will only repeat once? I am new with CSS. :(

salomeyasobko
02-17-2004, 01:44 AM
by "repeat once" do you mean just two of the background image side by side?

Virst
02-17-2004, 02:18 AM
Oops, I wasn't thinking. :o

I mean repeat down. Is that possible?

kicker91
02-17-2004, 02:18 AM
background-repeat:repeat-y;