Re: child theme background – repeate image, then a fixed image, then repeate again?
@dennis_h I tried posting on the adobe forum but its giving me some error, really over adobe customer support..
If I wanted the images to display on x, backgroundrepeat.jpg repeated then backgroundcenter with a fixed size/centered and the backgroundrepeat.jpg repeated.. How would I achieve this, I think I am meant to declare the width the center image but this is boggeling my mind. Any idea’s?
body {
background: url( ../images/backgroundrepeat.jpg ) repeat-x left;
background: url( ../images/backgroundrepeat.jpg ) repeat-x left ,
url( ../images/backgroundcenter.jpg ) 0 0 no-repeat,
url( ../images/backgroundrepeat.jpg ) repeat-x right;