View Full Version : Repeat-x / repeat-y ??


ryu_of_darkness
05-08-2005, 04:32 PM
is it possible to aligne the background so it's on the opposite side, so in repeat-y instead of being on the lef,t it would be on the right... do I make sense?

kittycat
05-08-2005, 04:40 PM
Add this to your stylesheet

background-position: top right;

ryu_of_darkness
05-08-2005, 06:16 PM
Thanx, i hope it works. ^^