友情链接滚动图片代码
代码:
<marquee behavior="scroll" direction=right width="90%" height="100" scrollamount="2" scrolldelay="30" ><a target="cont" href="对方地址"><img src="对方图片" width="100" height="100" border="0"></a></marquee> 复制上去就行了.
要想加多个的话就把<a target="cont" href="对方地址"><img src="对方图片" width="100" height="100" border="0"></a> 加在最后那个</marquee>的前面
其中的 direction= 是图片移动方向 up down right left 任意填写,建议大家把marquee behavior="scroll"中的"scroll"改为"alternate"然后去掉direction=right 就变成了左右互动。这种看起来感觉不错的。
晓风无痕的友情链接代码:
<MARQUEE scrollAmount=2 scrollDelay=30 direction=right width="90%" height=100><A href="http://tydick.blog.163.com/" target=cont><IMG height=100 src="http://img.blog.163.com/photo/pp-a5cAuSWytx_KHqFE6Xg==/170855310863403970.jpg" width=100 border=0></A></MARQUEE>
想和我做链接的直接复制就可以了。