JS控件图片移动,无非常是setInterval,setTimeout来控件图片的位置,
示例代码:
<img src="a.jpg" style="position:absolutetop:0pxleft:40%" id="movpic">
<script>
var obj = document.getElementById("movpic")
var tops=0
function movs1()
{tops+=5<br/>obj.style.top = tops<br/>}
setInterval('movs1()',500)
</script>
代码:<MARQUEE scrollAmount=2 scrollDelay=0 direction=up width=240 height=300><IMG height=200 src="地址1" width=200 border=0><IMG height=260 src="地址2" width=200 border=0><IMG height=260 src="地址3" width=310 border=0><IMG height=260 src="地址4" width=200 border=0></MARQUEE>
其中最上面的width和height是指整个的滚动图片的范围,下面的width和height是指图片的大小,地址是指图片的网址,然后选择定制我的首页,选取刚才设置的空白面版就可以了。当然在文章中添加滚动图片只要勾掉显示源代码,然后再空白处编辑文字就可以了