Forums

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

Home Forums CSS CSS Trouble Re: CSS Trouble

#88706
standuncan
Member

Uhh I was going to reply, but lost my train of thought when I seen the blonde lol…

What type of image is this image? If it is a graphic or pattern, use:



.content {
background-image: url('images/Menu/3dBkgContent.png');
background-repeat:repeat-y;

or



.content {
background: url('images/Menu/3dBkgContent.png') repeat-y 0 0;