为了账号安全,请及时绑定邮箱和手机立即绑定

2-2 scrolltop值的问题

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>无标题文档</title>

<style type="text/css">

*{

margin:0;

padding:0;

 }

.box{

width:300px;

height:250px;

border:#999 solid 3px;

overflow:hidden;

}

#music{

overflow:hidden;

}

#hang{

width:100%;

height:76px;

background:#C00;

text-align:center;

color:#FF0;

font-family:'微软雅黑';

font-size:42px;

overflow:hidden;

}

ul{

list-style:none;

}

ul li {

line-height:25px;

color:#000;

text-align:center;

text-decoration:none;

}

ul li a{

color:#000;

text-decoration:none;

}

</style>

<script type="text/javascript">

window.onload=function()

{

var music=document.getElementById('music');

var con1=document.getElementById('con');

var timer=null;

function scrollUp()

{

music.scrollTop++;

}

 

setInterval('scrollUp()',300);

}

</script>

</head>


<body>

<div class="box">

<div id="hang">Music

    </div>

    <div id="music">

    <ul id="con">

    <li><a href="#">然后怎样</a></li>

        <li><a href="#">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--Eason Chen</a></li>

        <li><a href="#">完成了所谓的理想</a></li>

        <li><a href="#">放纵了情绪的泛滥</a></li>

        <li><a href="#">汗都流干 天都微亮</a></li>

        <li><a href="#">然后怎样</a> </li>

        <li><a href="#">拥有了旅行的空档</a></li>

        <li><a href="#">却遗失流浪的背囊</a></li>

        <li><a href="#">沿着轨道 一直流浪</a></li>

        <li><a href="#"> 然后怎样</a></li>

        </ul>

    </div>

</div>

</body>

</html>

---------------------------------------

我的代码,为什么music.scrolltop的值改不了呢?好烦人

正在回答

1 回答

起码要给music设置个高度啊!!!!

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
信息滚动效果制作
  • 参与学习       47753    人
  • 解答问题       321    个

萌妹子带您快速学习滚动效果,掌握无缝滚动和歇间性滚动的制作方法

进入课程

2-2 scrolltop值的问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信