Animated GIF while loading page does not animate
问题 I have a page which is being generated serverside using asp.net (C#). It takes a while for the page to load as it has up to 100 iframes. I want to show a "please wait" animated gif while the page is loading, so I have the following: <style type="text/css"> #blackout { filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; position:absolute; background-color:#222233; z-index:50; left:0px; top:0px; right:0px; bottom:0px; width:102%; height:102%; } #loading { filter:alpha(opacity=100); -moz