怎么控制图片轮播方向,js控制还是css???如果想让它自右往左切换要怎么改?(像麦包包,好乐买那样的)
//主函数vars=function(){varinterv=2400;//切换间隔时间varinterv2=10;//切换速速varopac1=80;//文字背景的透明...
//主函数
var s=function(){
var interv=2400; //切换间隔时间
var interv2=10; //切换速速
var opac1=80; //文字背景的透明度
var source="fade_focus" //焦点轮换图片容器的id名称
var tf = true; //图片移动方向标志
//获取对象
function getTag(tag,obj){if(obj==null){return document.getElementsByTagName(tag)}else{return obj.getElementsByTagName(tag)}}
function getid(id){return document.getElementById(id)};
var opac=0,j=0,t=63,num,scton=0,timer,timer2,timer3;var id=getid(source);id.removeChild(getTag("div",id)[0]);var li=getTag("li",id);var div=document.createElement("div");var title=document.createElement("div");var span=document.createElement("span");var button=document.createElement("div");button.className="button";for(var i=0;i<li.length;i++){var a=document.createElement("a");a.innerHTML=i+1;a.onclick=function(){clearTimeout(timer);clearTimeout(timer2);clearTimeout(timer3);j=parseInt(this.innerHTML)-1;scton=0;t=63;opac=0;fadeon();};a.className="b1";a.onmouseover=function(){this.className="b2"};a.onmouseout=function(){this.className="b1";sc(j)};button.appendChild(a);}
//控制图层透明度
function alpha(obj,n){if(document.all){obj.style.filter="alpha(opacity="+n+")";}else{obj.style.opacity=(n/100);}}
//控制焦点按钮
function sc(n){for(var i=0;i<li.length;i++){button.childNodes[i].className="b1"};button.childNodes[n].className="b2";}
title.className="num_list";title.appendChild(span);alpha(title,opac1);id.className="d1";div.className="d2";id.appendChild(div);id.appendChild(title);id.appendChild(button);
//渐显
var fadeon=function(){opac+=50;div.innerHTML=li[j].innerHTML;span.innerHTML=getTag("img",li[j])[0].alt;alpha(div,opac);if(scton==0){sc(j);num=-20;scrolltxt();scton=1};if(opac<100){timer=setTimeout(fadeon,interv2)}else{timer2=setTimeout(fadeout,interv);};}
//渐隐
var fadeout=function(){opac-=50;div.innerHTML=li[j].innerHTML;alpha(div,opac);if(scton==0){num=20;scrolltxt();scton=1};if(opac>0){timer=setTimeout(fadeout,interv2)}else{if(j<li.length-1){j++}else{j=0};fadeon()};}
//滚动文字
var scrolltxt=function(){t+=num;span.style.marginTop=t+"px";if(num<0 && t>3){timer3=setTimeout(scrolltxt,interv2)}else if(num>0 && t<62){timer3=setTimeout(scrolltxt,interv2)}else{scton=0}};
fadeon();
}
//初始化
window.onload=s;
function addtoptea1(){
document.getElementById("tabtea1-1").style.display='none';
document.getElementById("tabtea2-1").style.display='block';
document.getElementById("tabtea3-1").style.display='block';
document.getElementById("tabtea4-1").style.display='block';
document.getElementById("tabtea5-1").style.display='block';
document.getElementById("tabtea1").style.display='block';
document.getElementById("tabtea2").style.display='none';
document.getElementById("tabtea3").style.display='none';
document.getElementById("tabtea4").style.display='none';
document.getElementById("tabtea5").style.display='none';
}。。。。。。。。。。。。。。。。。。 展开
var s=function(){
var interv=2400; //切换间隔时间
var interv2=10; //切换速速
var opac1=80; //文字背景的透明度
var source="fade_focus" //焦点轮换图片容器的id名称
var tf = true; //图片移动方向标志
//获取对象
function getTag(tag,obj){if(obj==null){return document.getElementsByTagName(tag)}else{return obj.getElementsByTagName(tag)}}
function getid(id){return document.getElementById(id)};
var opac=0,j=0,t=63,num,scton=0,timer,timer2,timer3;var id=getid(source);id.removeChild(getTag("div",id)[0]);var li=getTag("li",id);var div=document.createElement("div");var title=document.createElement("div");var span=document.createElement("span");var button=document.createElement("div");button.className="button";for(var i=0;i<li.length;i++){var a=document.createElement("a");a.innerHTML=i+1;a.onclick=function(){clearTimeout(timer);clearTimeout(timer2);clearTimeout(timer3);j=parseInt(this.innerHTML)-1;scton=0;t=63;opac=0;fadeon();};a.className="b1";a.onmouseover=function(){this.className="b2"};a.onmouseout=function(){this.className="b1";sc(j)};button.appendChild(a);}
//控制图层透明度
function alpha(obj,n){if(document.all){obj.style.filter="alpha(opacity="+n+")";}else{obj.style.opacity=(n/100);}}
//控制焦点按钮
function sc(n){for(var i=0;i<li.length;i++){button.childNodes[i].className="b1"};button.childNodes[n].className="b2";}
title.className="num_list";title.appendChild(span);alpha(title,opac1);id.className="d1";div.className="d2";id.appendChild(div);id.appendChild(title);id.appendChild(button);
//渐显
var fadeon=function(){opac+=50;div.innerHTML=li[j].innerHTML;span.innerHTML=getTag("img",li[j])[0].alt;alpha(div,opac);if(scton==0){sc(j);num=-20;scrolltxt();scton=1};if(opac<100){timer=setTimeout(fadeon,interv2)}else{timer2=setTimeout(fadeout,interv);};}
//渐隐
var fadeout=function(){opac-=50;div.innerHTML=li[j].innerHTML;alpha(div,opac);if(scton==0){num=20;scrolltxt();scton=1};if(opac>0){timer=setTimeout(fadeout,interv2)}else{if(j<li.length-1){j++}else{j=0};fadeon()};}
//滚动文字
var scrolltxt=function(){t+=num;span.style.marginTop=t+"px";if(num<0 && t>3){timer3=setTimeout(scrolltxt,interv2)}else if(num>0 && t<62){timer3=setTimeout(scrolltxt,interv2)}else{scton=0}};
fadeon();
}
//初始化
window.onload=s;
function addtoptea1(){
document.getElementById("tabtea1-1").style.display='none';
document.getElementById("tabtea2-1").style.display='block';
document.getElementById("tabtea3-1").style.display='block';
document.getElementById("tabtea4-1").style.display='block';
document.getElementById("tabtea5-1").style.display='block';
document.getElementById("tabtea1").style.display='block';
document.getElementById("tabtea2").style.display='none';
document.getElementById("tabtea3").style.display='none';
document.getElementById("tabtea4").style.display='none';
document.getElementById("tabtea5").style.display='none';
}。。。。。。。。。。。。。。。。。。 展开
展开全部
//滚动文字
var scrolltxt=function(){t+=num;span.style.marginTop=t+"px";if(num<0 && t>3)
这行改成var scrolltxt=function(){t+=num;span.style.marginRight=t+"px";if(num<0 && t>3)就可以了吧?
var scrolltxt=function(){t+=num;span.style.marginTop=t+"px";if(num<0 && t>3)
这行改成var scrolltxt=function(){t+=num;span.style.marginRight=t+"px";if(num<0 && t>3)就可以了吧?
追问
这个也不行,,,不会往左边转动
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可以使用jquery不,如果可以倒是有几款可以推荐下
追问
不支持这个,,,
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
var tf = false;
追问
这个试过了,,,不是这样的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个代码不行,我有另外的可以发给你
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询