1.怎样写一个可控制左右滚动的的字体左右滚动代码如果您懂得Jquery 。
Code: Test<body>
欢迎继续提问 。
2.求js文字向上滚动代码<DIV id=demo style="OVERFLOW: hidden; HEIGHT: 154px">
<DIV id=demo1>
<ul style="font:'宋体'; font-size:12px; line-height:28px;">
<li>;往上滚动停顿代码
<li>;往上滚动停顿代码
<li>;往上滚动停顿代码
<li>;往上滚动停顿代码
</ul>
</DIV>
<DIV id=demo2></DIV></DIV>
<SCRIPT>
<!--
var speed = 15;//滚动速度
var rows = 28;//每行高度
var stim = 80; //停留时间倍数 * speed
var stop = 0; //初始化值,不管
demo2.innerHTML = demo1.innerHTML
function Marquee(){
if(demo.scrollTop%rows==0 && stop<=stim){
stop++;
return;
}
stop = 0;
if(demo2.offsetTop-demo.scrollTop<=0)
demo.scrollTop-=demo1.offsetHeight
else{
demo.scrollTop++
}
}
var MyMar = setInterval(Marquee,speed)
demo.onmouseover = function() {clearInterval(MyMar)}
demo.onmouseout = function() {MyMar=setInterval(Marquee,speed)}
-->
</SCRIPT>
3.怎样写一个可控制左右滚动的的字体左右滚动代码如果您懂得Jquery 。
Code:
<html>
<head>
<title>Test</title>
<script src="http://www.xuexi88.com/zhishi/jquery.js"></script>
<script>
$(function(){
$("#left").click(function(){ $("div").animate({"left":"+=50px"});});
$("#right").click(function(){ $("div").animate({"right":"+=50px"});});
});
</script>
</head>
<body>
<div style="width:200px;height:100px;margin:100px auto;position:relative;">
<input type="button" id="left" value="http://www.xuexi88.com/zhishi/左移动">
<input type="button" id="right" value="http://www.xuexi88.com/zhishi/右移动">
</div>
</body>
</html>
欢迎继续提问
4.js实现文字滚动<meta ; charset=gbk" />无标题文档<style type="text/css"></style><body> 间断-1-caiying2007 间断-2-caiying2007 间断-3-caiying2007 间断-1-caiying2007 间断-2-caiying2007 间断-3-caiying2007 。
5.文字滚动js代码在html文件中<head></head>;之间加入<script src="http://www.xuexi88.com/zhishi/js文件名.js"></script>
例如:<head>
<meta ; charset=gb2312" />
<title>;图片切换效果</title>
<script src="http://www.xuexi88.com/zhishi/RevealTrans.js"></script>
</head>
我也是刚学 共勉
6.Js怎样做文字滚动<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">
<html xmlns="">
<head>
<meta ; charset=gbk" />
<title>;无标题文档</title>
<style type="text/css">
<!--
.Marquee{ height:60px; overflow:hidden;}
.Marquee div{ border:1px solid #DDD3FE; background:#EEECF4; height:58px;}
-->
</style>
</head>
<body>
<div id="Marquee" class="Marquee">
<div style="width: 160px; height: 58px">;间断-1-caiying2007</div>
<div style="width: 160px; height: 58px">;间断-2-caiying2007</div>
<div style="width: 160px; height: 58px">;间断-3-caiying2007</div>
</div>
<div id="Marquee1" class="Marquee">