看看我写的.和这里样式差不多.不过一样好用哟.滑动时还有音乐.用的qq的音乐

作者:简简单单 2008-01-18
>蓝蝶小秘

css" rel=stylesheet type=text/css>

T language=javascript>
var theNewId=0;
var theOldId=0;
var isMoving=false;
var upHei=0;
function MoveBar(newBarId)
{
if (isMoving)return;
if (newBarId==theOldId)return;
theNewId=newBarId;
try{
var tmpOld=document.all("BarShow"+theOldId);
var tmpNew=document.all("BarShow"+theNewId);
document.all("BarCT"+theOldId).style.display="none";
//document.all("BarCT"+theNewId).style.overflow="auto";
}
catch(e){
alert("Wrong");return;}
//bgss.play();
isMoving=true;
Moving();
}
function Moving()
{
upHei+=9;
document.all("BarShow"+theNewId).style.%";
document.all("BarShow"+theOldId).style.%";
if (upHei>=91)
{ upHei=0;
     document.all("BarShow"+theNewId).style.;
     document.all("BarShow"+theOldId).style.;
     document.all("BarCT"+theNewId).style.display="";
     document.all("BarCT"+theNewId).style.overflow="auto";
     theOldId=theNewId;
     isMoving=false;

相关文章

精彩推荐