7 个解决方案
#1
最简单的就是放个marquee标签。你不能动是你代码有问题,不是标签的关系。
#2
应该怎么解决呢?
#3
用JS可以实现,没问题的。
#4
<marquee direction="right" onmousemove="this.stop()" onmouseout="this.start()" scrollAmount="1" scoreDelay="4" style="width: 90%; height: 180px;" >
<div>//你的img标签 </div></marquee>
#5
<marquee direction="right" onmousemove="this.stop()" onmouseout="this.start()" scrollAmount="1" scoreDelay="4" style="width: 90%; height: 180px;" >
<div>你的img标签 </div></marquee>
#6
可以啊,应该没有问题吧。position要设置成absolute吧。
#7
用js控制img 在div 的位置。。
#1
最简单的就是放个marquee标签。你不能动是你代码有问题,不是标签的关系。
#2
应该怎么解决呢?
#3
用JS可以实现,没问题的。
#4
<marquee direction="right" onmousemove="this.stop()" onmouseout="this.start()" scrollAmount="1" scoreDelay="4" style="width: 90%; height: 180px;" >
<div>//你的img标签 </div></marquee>
#5
<marquee direction="right" onmousemove="this.stop()" onmouseout="this.start()" scrollAmount="1" scoreDelay="4" style="width: 90%; height: 180px;" >
<div>你的img标签 </div></marquee>
#6
可以啊,应该没有问题吧。position要设置成absolute吧。
#7
用js控制img 在div 的位置。。