I have a webpage with a header banner in the following configuration:
<---Repeating Image Left--><---Banner Image---><---Repeating Image Right--->
The page is designed with fixed width content, but the banner spans the entire width of the browser window (thus the reason for including repeating images on the left and right).
The two repeating images are different and they are also not standard background images which can be positioned where-ever. Instead, the left image needs to be anchored/stuck to the left-hand side of the banner image and then repeat itself leftwards, from that point, as the browser window is expanded. Likewise, the right image needs to be anchored/stuck to the right-hand side of the banner image and repeat itself rightwards from that point.
Using the pure background-image: property with the repeat-x set does not work, as the image will be repeated/tiled from the left-hand side of the browser window, rather than from the left/right hand side of the banner image outwards in the desired direction.
Any help to achieve the desired effect would be appreciated.
