On Nov 17, 2005, at 6:54 AM, Keith Fjellman wrote:
> body {
> background: url("../images/webBG.gif");
> background-repeat: repeat-y;
> }
Try:
body {
background-image: url(../images/webBG.gif);
background-repeat: repeat-y;
}
I prefer shorthand:
body {
background: #666 u
Hello all.
I am having an issue with Safari not repeating my page background for the
entire height of the page.
Here's my code:
body {
background: url("../images/webBG.gif");
background-repeat: repeat-y;
}
I've tried with/without question marks and about 50 other permutations, but
I can't seem