PDA

View Full Version : repeat vertical only background


Peachalicious
03-03-2003, 09:53 PM
Hi! I was putting this page together and Im having trouble with the background. At first I thought I could do this with tables but Im not having any luck. What I want is for the background image to only repeat vertically and I want it aligned to the right. Any suggestions? Thanks for any help! :)

meow
03-03-2003, 10:29 PM
CSS to the rescue! :D

.YourSelector { background: #fff url(pic.gif) top right repeat-y }

http://www.w3.org/TR/REC-CSS2/colors.html#q2

Peachalicious
03-04-2003, 01:05 AM
Hi Meow!! Thanks so much for helping! It worked and the page looks great :) thanks so much!!!