ok there are a few similar questions, but not exactly what I want.
I have several ajax requests on the page and I want to show the image in the center of the screen and everything works OK.
To make it more visible, I wanted to place this image on a div with a translucent background, so it is more obvious to end users. Now comes the hard part.
I made a div with css as follows:
.divLoadingBackground
{
filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
width: 100%;
height: 100%;
background-color: #333;
position: fixed;
top: 0px;
left: 0px;
}
This fills the page in order or, I would say, it fills the viewport. If I scroll down the page, the page will be normal again. I want this div to cover the entire length of the page, no matter how long the page will be.
, , :

, SO ;) 1 , , . 2 , .
# css, , .
divLoadingBackground div ?
.
, , !