怎么让下面网页版权代码靠网页最底部且居中
{aspcms:foot}<!--Footerend--><SCRIPTtype=text/javascriptsrc="{aspcms:sitepath}/Templa...
{aspcms:foot}
<!-- Footer end -->
<SCRIPT type=text/javascript src="{aspcms:sitepath}/Templates/{aspcms:defaulttemplate}/html/style/jquery.form.js"></SCRIPT>
<SCRIPT type=text/javascript src="{aspcms:sitepath}/Templates/{aspcms:defaulttemplate}/html/style/scripts.js"></SCRIPT>
<!-- JS begin -->
<SCRIPT language=javascript>
// SlideShow
$(function(){
var index = 0;
$("#operate span:first").addClass("hov");
$("#operate span").mouseover(function(){
index = $("#operate span").index(this);
showImg(index);
});
$('#slideshow').hover(function(){
if(MyTime){
clearInterval(MyTime);
}
},function(){
MyTime = setInterval(function(){
showImg(index)
index++;
if(index==4){index=0;}
} , 3000);
});
var MyTime = setInterval(function(){
showImg(index)
index++;
if(index==4){index=0;}
} , 3000);
})
function showImg(i){
$("#showimg img")
.eq(i).stop(true,true).fadeIn(1000)
.parent().siblings().find("img").hide();
$("#msg li")
.eq(i).stop(true,true).fadeIn(1000)
.siblings().hide();
$("#operate span")
.eq(i).addClass("hov")
.siblings().removeClass("hov");
}
</SCRIPT>
<!-- JS end --></BODY></HTML> 展开
<!-- Footer end -->
<SCRIPT type=text/javascript src="{aspcms:sitepath}/Templates/{aspcms:defaulttemplate}/html/style/jquery.form.js"></SCRIPT>
<SCRIPT type=text/javascript src="{aspcms:sitepath}/Templates/{aspcms:defaulttemplate}/html/style/scripts.js"></SCRIPT>
<!-- JS begin -->
<SCRIPT language=javascript>
// SlideShow
$(function(){
var index = 0;
$("#operate span:first").addClass("hov");
$("#operate span").mouseover(function(){
index = $("#operate span").index(this);
showImg(index);
});
$('#slideshow').hover(function(){
if(MyTime){
clearInterval(MyTime);
}
},function(){
MyTime = setInterval(function(){
showImg(index)
index++;
if(index==4){index=0;}
} , 3000);
});
var MyTime = setInterval(function(){
showImg(index)
index++;
if(index==4){index=0;}
} , 3000);
})
function showImg(i){
$("#showimg img")
.eq(i).stop(true,true).fadeIn(1000)
.parent().siblings().find("img").hide();
$("#msg li")
.eq(i).stop(true,true).fadeIn(1000)
.siblings().hide();
$("#operate span")
.eq(i).addClass("hov")
.siblings().removeClass("hov");
}
</SCRIPT>
<!-- JS end --></BODY></HTML> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询