Re: [css-d] Background Repeat Problems in Safari.

2005-11-17 Thread Michael Hulse
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

[css-d] Background Repeat Problems in Safari.

2005-11-17 Thread Keith Fjellman
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