Safari wont display background image
I have a background-image in css set for the body tag, but Safari wont load the image. I even have a background-color set and that wont work either. But in Firefox and IE, it all works just fine. The weird thing is that I have other sections with their own background-image and they work in Safari, just no the body tag. Any ideas?
body {
margin: 0;
padding: 0;
text-align: center;
background-repeat: repeat-x;
background-color: #A19B94;
background-image: url(images/background.jpg);
}
Thanks,
Josh
powerbook g4 12 867mhz, Mac OS X (10.4.11)