Forums

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

Home Forums CSS Div BG Image Re: Div BG Image

#114341
Paulie_D
Member

Without a link it’s hard to say but my guess is that the image isn’t being referenced correctly. Try this:

#navigation {
background-image:url(../images/blue1.png);
width: 100%;
}