Page is a not externally linkable
Marshall - 12:44 pm on Feb 18, 2012 (gmt 0)
If you are wanting a horizontally repeating background shouldn't you be setting background-repeat:repeat-y; somewhere?
Not necessary. Repeating along 'x' and 'y' is default behavior. repeat-x and repeat-y is only needed if you do not want it to repeat in the other direction.
Marshall