I have a image -- a loading image.
I want that image to be displayed in the center on the page. How can i do that?
The code that i wrote is :
img.loading
{
position:absolute;
left:0px;
top:0px;
z-index:1;
}
How can i make this image always be displayed in the center of the page??
Zeeshan