Forums

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

Home Forums CSS Background colour repeat Re: Background colour repeat

#124200
clagob
Member

Hi
Just move the background to #content.

#content{background: url(“../images/black_fade_bg.png”) repeat scroll 0% 0% transparent;}
.clear{clear:both}

at the end of each #main and #sidebar append something like

PS: avoid the use of postition:absolute, if not necessary.