文章列表
得到div高宽
var hA =document.getElementById("div1");
hA.style.width = window.screen.availWidth-20; //得到宽度
var s_height=document.body.scrollHeight;
if(s_height<window.screen.availHeight)
{
s_height=window.screen.availHeight;
}
hA.style.height=s_height+"px"//设置高度
另外
根据你的需要,你 ...
JS动态可控制左右滚动的图片代码
- 博客分类:
- 工作日志
昨晚在调试一个图片滚动的页面,得到一个不错的方法
<SCRIPT src="js/ScrollPic.js" type=text/javascript></SCRIPT>
<!--滚动图片 start-->
<DIV class=rollphotos>
<DIV class=FixTitle>
<H3>运动会回顾</H3><SPAN><A href="http://www.xiambill.com/" target=_blank>更多&g ...