Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need Another Set of Eyes on a Silly CSS Background Issue Re: Need Another Set of Eyes on a Silly CSS Background Issue

#78806
Bob
Member

Yeah the way virtual wrote it, you can have both a background color and an image, like this:

background: #FFFFFF url('../images/header.jpg') no-repeat;

That way, the image would just be displayed once (no-repeat) and the white color (#FFFFFF) on the rest of the background.