Home › Forums › CSS › how do you place multiple images in one div; ( the second image is a normal colour) › Re: how do you place multiple images in one div; ( the second image is a normal colour)
March 3, 2013 at 12:09 pm
#126759
Participant
you’ve overridden the white color with the second background declaration (which contains a transparent color). Just use a single background with the white color and the image. Also, don’t use empty divs for spacing layout elements – use margins.
Further, you don’t need to use an image for the gradient (unless you want to support older browsers).