1. <HTML>   
  2.   <STYLE>   
  3.     .td1   
  4.     {   
  5.   border:solid   1px   #336699;   
  6.   width:10px;   
  7.   height:19px;   
  8.   background-color:darkblue;   
  9.   position:absolute;   
  10.   z-index:1;   
  11.     }   
  12.     .td2   
  13.     {   
  14.   border:solid   0px   #336699;   
  15.   width:10px;   
  16.   height:19px;   
  17.   background-color:transparent;   
  18.   position:absolute;   
  19.   font-size:20px;   
  20.   font-family:fixedsys;   
  21.   z-index:2;   
  22.     }   
  23.       .td3   
  24.     {   
  25.   border-left:solid   1px   gray;   
  26.   border-right:solid   1px   while;   
  27.   border-bottom:solid   1px   while;   
  28.   border-top:solid   1px   gray;   
  29.   height:20px;   
  30.   width:302px;   
  31.   background-color:activeborder;   
  32.   position:absolute;   
  33.   font-size:12px;   
  34.   font-family:fixedsys;   
  35.   z-index:-1;   
  36.     
  37.     }   
  38.   </STYLE>   
  39.   <BODY   bgcolor="eeeef1">   
  40.   <Table   border=0     cellpadding=0   cellspacing=0   ><TR><TD   id='td1'   class="td1"></TD></TR></TABLE>   
  41.   <Table   border=0   cellpadding=0   cellspacing=0     ><TR><TD   id='td2'   class="td2"   ></TD></TR></TABLE>   
  42.   <Table   border=0   cellpadding=0   cellspacing=0     ><TR><TD   id='td3'   class="td3"   >    </TD></TR></TABLE>   
  43.   </BODY>   
  44.   </HTML>   
  45.     
  46.   <SCRIPT   LANGUAGE=javascript>   
  47.   <!--   
  48.     var   i   =0;   
  49.       
  50.       
  51.     
  52.     
  53.   td1.style.left   =   (document.body.offsetWidth-300)/2;   
  54.   td1.style.top   =   (document.body.offsetHeight-td1.offsetHeight)/2;   
  55.   td2.style.left   =   (document.body.offsetWidth-40)/2;   
  56.   td2.style.top   =   (document.body.offsetHeight-td2.offsetHeight)/2;   
  57.     
  58.   td3.style.left   =   td1.style.left;   
  59.   td3.style.top   = td1.style.top;   
  60.     ShowMsg()   
  61.     function   ShowMsg()   
  62.     {   
  63.   if(i<50)   
  64.   {   
  65.   document.all.td1.style.width=((i+1)*6)+"px";   
  66.   i++;   
  67.     
  68.     
  69.     
  70.       
  71.   if(i>24)   
  72.   document.all.td2.runtimeStyle.color="white";   
  73.     
  74.   document.all.td2.innerHTML   =   (i*2)+"%";   
  75.   }else   
  76.   {   
  77.   return;   
  78.     
  79.   }   
  80.     
  81.   setTimeout("ShowMsg()",300);   
  82.     }   
  83.   //-->   
  84.   </SCRIPT>   
Logo

瓜分20万奖金 获得内推名额 丰厚实物奖励 易参与易上手

更多推荐