Ok esmi
That is the problem.
In my CSS I have the code
body {
background-image: url(images/homeImg.jpg);
background-repeat: no-repeat;
background-position: center top fixed;
line-height:normal;
}
homeImg.jpg which should show up as the background, is not displaying at all.
as you can see in my css i have specified the url for the backgorund image.
What i am asking is that why is the CSS not showing the image.
thanks