Forums

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

Home Forums CSS background image not repeating in firefox… Re: background image not repeating in firefox…

#59117
apostrophe
Participant
Code:
div#maincontent {
background:#0D0D0D url(images/spark.jpg) repeat-y scroll right top;
height:auto;
overflow:hidden;
width:100%;
}