Forums

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

Home Forums CSS Making image on top of main content Re: Making image on top of main content

#92000
SycoLV
Member

I hope I understand your problem, try this:


body {
background:##555552 url('Images/backgroundTest.png') fixed bottom no-repeat;
color:#222;
}