首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

怎么用代码设置div滚动条的位置

2012-02-20 
如何用代码设置div滚动条的位置?![解决办法] htmlheadmeta http-equiv Content-Type content t

如何用代码设置div滚动条的位置?


[解决办法]
<html>
<head>
<meta http-equiv= "Content-Type " content= "text/html; charset=gb2312 ">
<title> 设置 </title>
</head>
<body>
<div id= "Layer1 " style= "background:gray;width:300px;height:100px;overflow:auto; "> Happy New Year ! ! ! <p>
<input type=button name= 'button_export ' onclick=OpenWord() value=设置>
<p> <p> <p> <p> <p> <p> <br> <P> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p> > <p> <p> <p> <p> <p>
<br> <P> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p>
<p> <p> <p> <p> <p> <br> <P> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p>
<p> <p> <p> <p> <p> <br> <P> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p>
<p> <p> <p> <p> <p> <br> <P> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p>
this is a test!

</div>

<p> this is a test! </p>

</body>
</html>
<script language= "javascript ">
function OpenWord(){
Layer1.style.border=1
Layer1.scrollTop=100;
}
</script>

热点排行