Does anyone know how to add two values to the "background-repeat" attribute, so that I can for example repeat an image in x-direction (background-repeat: repeat-x) and space the image in x-direction at the same time (background-repeat: space)?
Unfortunately, if I leave it just to the value "space" it will repeat in both directions and if I just leave the value to "repeat-x" it wont space in x-direction, it will cut off as soon as the width of the window has been reached. So how can I do both?