图片和背景定时自动切换以及鼠标移动到按钮切换,在FF下不显示效果。。
……代码超字数了。。。。。。。测试页地址如下:http://en.kenon.cn/test/index_ad_test_2.htmlW3C啥的通过了,但是FF下无法显示...
……代码超字数了。。。。。。。
测试页地址如下:
http://en.kenon.cn/test/index_ad_test_2.html
W3C啥的通过了,但是FF下无法显示效果,一直停留在第一张图上。请问该如何修改呢?
我估计就是JS的问题,谁能帮我看看这段JS要如何修改才能在FF下显示效果?
<script language="javascript" type="text/javascript" >
<!--
function cha(n){
nowN=n;
clearTimeout(timer);
docha(n)
timer=setTimeout(nextPic,stopTime*2);
}
function docha(n){
for(i=0;i<biaoshi.childNodes.length;i++){
biaoshi.childNodes[i].id="";
biaoshi.childNodes[n].id="show";
}
for(i=0;i<pic.childNodes.length;i++){
pic.childNodes[i].style.display="none";
}
pic.childNodes[n].style.display="block";
picc.style.backgroundImage="url("+pic.childNodes[n].childNodes[0].childNodes[0].title+")";
}
var nowN=-1,timer=null;
//停滞3000毫秒
var stopTime=3000;
function nextPic(){
clearTimeout(timer);
nowN++;
if (nowN>4)nowN=0;
docha(nowN);
timer=setTimeout(nextPic,stopTime);
}
onload=nextPic
//-->
</script> 展开
测试页地址如下:
http://en.kenon.cn/test/index_ad_test_2.html
W3C啥的通过了,但是FF下无法显示效果,一直停留在第一张图上。请问该如何修改呢?
我估计就是JS的问题,谁能帮我看看这段JS要如何修改才能在FF下显示效果?
<script language="javascript" type="text/javascript" >
<!--
function cha(n){
nowN=n;
clearTimeout(timer);
docha(n)
timer=setTimeout(nextPic,stopTime*2);
}
function docha(n){
for(i=0;i<biaoshi.childNodes.length;i++){
biaoshi.childNodes[i].id="";
biaoshi.childNodes[n].id="show";
}
for(i=0;i<pic.childNodes.length;i++){
pic.childNodes[i].style.display="none";
}
pic.childNodes[n].style.display="block";
picc.style.backgroundImage="url("+pic.childNodes[n].childNodes[0].childNodes[0].title+")";
}
var nowN=-1,timer=null;
//停滞3000毫秒
var stopTime=3000;
function nextPic(){
clearTimeout(timer);
nowN++;
if (nowN>4)nowN=0;
docha(nowN);
timer=setTimeout(nextPic,stopTime);
}
onload=nextPic
//-->
</script> 展开
4个回答
2010-09-28
展开全部
dd
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
bcjhsbhjcbjsbcjhsjbcshjbc
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询