In my CSS file, I have the following code snippet:
body {
background:#CDF8FF url(images/final_bg.jpg) no-repeat scroll center top;
clear:both;
font-family:Arial,Helvetica,sans-serif;
margin:0;
padding:0;
}
Even though the image exists and can be accessed via the browser, it is not being displayed to me! What could be the issue?
I tried using firebug to investigate, but every time I hover over the image, firebug just shows a loading icon indicating that the image is not loading.
Would appreciate any help in resolving this confusion.
On a side note, I have cleared my cache multiple times. I am currently using Firefox on Fedora Linux.