我需要这个,经过一番研究,我想到了这个(需要jQuery):
首先,在
标签之后添加以下代码:<div id="loading"> <img id="loading-image" src="images/ajax-loader.gif" alt="Loading..." /></div>
然后将div和图片的样式类添加到CSS:
#loading { width: 100%; height: 100%; top: 0; left: 0; position: fixed; display: block; opacity: 0.7; background-color: #fff; z-index: 99; text-align: center;}#loading-image { position: absolute; top: 100px; left: 240px; z-index: 100;}
然后,将此Javascript添加到您的页面中(当然,最好在页面结尾处,在结束
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)