Hai,
I am using background-image:url(../image/flower.jpg); in my web page. It always display the background images in IE & Firefox browers in my local server. But sometimes not displaying the background-images from my production server. when i refresh the page sometimes display the empty. CSS class given below
.footer
{
background-image:url(../images/flower.jpg);
background-repeat:repeat;
background-position: center;
width:100%;
height:200px;
}
Thanks