Ajax风格的一款网页Loading效果
2020-11-18 12:19
标签:com http blog style class div img code java c log 现在比较流行的一款Ajax风格的网页Loading,多见于一些大量使用Ajax技术的网站中,页面加载时会自动显示提示信息,带载入动画效果,网页加载完自动消失,是一款正在具有Loading功能的网页进度条。 html>P>
P>head>
title>Loadingtitle>
style type="text/css">
body{background-color:#000;}
#content{display:none;}
#loadbox{position:absolute;top:50%;left:50%;margin-left:-68px;margin-top:-36px;width:222px;height:58px;text-align:center;}
#loadbox span{display:block;width:222px;height:32px;text-align:center;color:#CCC;font-size:9pt;}
style>
script type="text/javascript">
document.write(‘
文章标题:Ajax风格的一款网页Loading效果
文章链接:http://soscw.com/index.php/essay/21846.html