I would like to dim the page and show a loading indicator. I got the jQuery set. It’s the CSS that I can’t get to work. It’s the diming the background that I can’t do. Any ideas?
This is what I got (shows the indicator in the center of the page):
#Loading
{
display: none;
position: fixed;
z-index: 1000;
height: 31px;
width: 60px;
left: 50%;
top: 35%;
background-image: url('../Images/ajax-loader-bright.gif');
background-repeat: no-repeat;
}
Since you’ve tagged your question as CSS 3:
You can adjust the dimming level by changing alpha (
.5) in the line containingrgba.