<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
<HTML><HEAD>
<META http-equiv=content-type content='text/html; charset=gb2312'/>
<META http-equiv=pragma content=no-cache>
<META http-equiv=expires content=0>
<TITLE>test</TITLE>
<style type="text/css">
<!--
marquee {
 border:0px solid ButtonShadow; height:12px; font-size:1px;
 margin:1px; width:350px; display:block; overflow:hidden;
}
marquee span {
 height:20px; margin:1px; width:6px; background:#FFFF00;
 float:left; font-size:1px;
}
.progressBarHandle-0 {
    filter:        alpha(opacity=20);
    -moz-opacity:    0.20;
}
.progressBarHandle-1 {
    filter:        alpha(opacity=40);
    -moz-opacity:    0.40;
}
.progressBarHandle-2 {
    filter:        alpha(opacity=60);
    -moz-opacity:    0.6;
}
.progressBarHandle-3 {
    filter:        alpha(opacity=80);
    -moz-opacity:    0.8;
}
.progressBarHandle-4 {
    filter:        alpha(opacity=100);
    -moz-opacity:    1;   
}               
-->
</style>
</head>
<body>
<div id="slitbar" style="background:#D8D9FF;border: 1px solid #979897;width:350px;height:90px;display:none;
z-index:100;position: absolute; bottom: 1in; left: 2.5in; right: 1in; top: 2.5in;font-weight:bold;text-align:center">
<br>
<center>
Data Processing ...
<marquee direction="right" scrollamount="8" scrolldelay="100">
    <span class="progressBarHandle-0"></span>
    <span class="progressBarHandle-1"></span>
    <span class="progressBarHandle-2"></span>
    <span class="progressBarHandle-3"></span>
    <span class="progressBarHandle-4"></span>
    <span class="progressBarHandle-5"></span>
    <span class="progressBarHandle-6"></span>
    <span class="progressBarHandle-7"></span>
    <span class="progressBarHandle-8"></span>
    <span class="progressBarHandle-9"></span>
</marquee>
</center>
</div>
</body>
<script language='JavaScript'>
 slitbar.style.display='block';
    document.body.style.cursor = "wait";
</script>
</html>
posted on 2008-11-28 15:54  Stym--闫生  阅读(531)  评论(0编辑  收藏  举报