新微赢技术网

标题: 请问图片移动问题 [打印本页]

作者: 满天星    时间: 2010-1-7 00:30
标题: 请问图片移动问题
谢谢我想 知道图片移动
就象字体一样输入一段字然后就 可以从左往右移动
作者: ylsdf    时间: 2010-1-7 00:30
  1. <marquee direction="right" scrolldelay="1" scrollamount="3" width="200" height="50" bgcolor="#eeeeee">
  2. <table border="1" cellpadding="0" cellspacing="0">
  3. <tr><td><img src="http://bbs.bc-cn.net/Images/userface/image1.jpg"></td><td><img src="http://bbs.bc-cn.net/Images/userface/image1.jpg"></td><td><img
  4. src="http://bbs.bc-cn.net/Images/userface/image1.jpg"></td><tr>
  5. <!--这里循环TD-->
  6. </table>
  7. </marquee>
复制代码

作者: 不材之木    时间: 2010-1-7 00:30
<marquee onmouseover="this.stop()" onmouseout="this.start()" direction="right" scrolldelay="1" scrollamount="3" width="200" height="50" bgcolor="#eeeeee">
<table border="1" cellpadding="0" cellspacing="0">
<tr><td><img src="http://bbs.bc-cn.net/Images/userface/image1.jpg"></td><td><img src="http://bbs.bc-cn.net/Images/userface/image1.jpg"></td><td><img
src="http://bbs.bc-cn.net/Images/userface/image1.jpg"></td><tr>
<!--这里循环TD-->
</table>
</marquee>
作者: 残恋思香    时间: 2010-1-7 00:30
请问2楼,能不能增加一个使鼠标移动到图片上时图片会停住的功能
作者: 成熟之惑    时间: 2010-1-7 00:30

这么容易就被你实现了, 我一直用这个东西做走动的字, 没想到能走图片




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2