Thread: HTML help
View Single Post
Old 2008-07-26, 01:11 PM   #3
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
Join Date: Feb 2006
Location: California
Posts: 1,679
EDIT: Just noticed UW second link shows all this... so never mind.

If you want it to repeat horizontal (but not vertical):

Code:
background-repeat:repeat-x;
FYI, for vertical repeat, change x to y... or maybe I got the two mixed up.

Also, if placement is an issue you can do this:

Code:
background-position:left;
Swap out "left" for any of the following: top,bottom,left,right,center.
__________________
~Warm and Fuzzy.

Last edited by virgohippy; 2008-07-26 at 01:13 PM..
virgohippy is offline   Reply With Quote