April 24, 201214 yr Hello, I have 2 images for a background one is a picture and the other is a gradient line for repeat. Anyone know any coding so both can read. I want the gradient to go behind picture. It does have the gradient for it. I just want it continues.
April 24, 201214 yr You can use multiple background images with CSS3: http://www.css3.info/preview/multiple-backgrounds/
April 24, 201214 yr If the images are for the body background, you can have one background for teh html styel (the gradient to go behind everything else) and another background for the body style (or a div) which will show over the background. As said above, if you want two backgrounds in the same div or element, you have to use CSS3 which may not show correctly in old browsers.
Create an account or sign in to comment