When doing a background in css I am usually just using a gradient background that starts at the top, then eventually ends a solid color. So I slice up a thin layer of the gradient, repeat-x, then have the background set to a certain color
(background:#color url(image location.png) repeat-x)
However I am faced with a unique obstacle I need guidance on. I have the following:
- Background is a gradient
- However there is also a background image that is repeated
- Said background image is repeated until the end of the page
- See the image screenshot from the side of the mockup (http://www.petpinpoint.com/sidebar.png)
Thoughts on how I would implement this? I can't just slice it and repeat since the background needs to span the entire height of the page (which is dynamic and change).