I have this in my CSS file:
body {style.css (line 3)
background:#CDF8FF url(images/final_bg.jpg) no-repeat scroll center top;
clear:both;
font-family:Arial,Helvetica,sans-serif;
margin:0;
padding:0;
}
That images exists, as I can get to it via the browser, but it is never displayed to me! What is wrong?
I use firebug to see if its there, every time I put my mouse over it, firebug just shows a loading icon to indicate its not there.
Thanks to anyone that can clear this confusion.
Btw, I have cleared my cache several times! I am using Firefox on my Fedora Linux box.