scrollamount="1"
scrolldelay="60"
direction="up"
width="200"
height="230"><div
align="center"><br><img
border="0"
width="200">
<br><img
src="这里加入图片地址"
border="0"
width="200"><br>
<img
src="这里加入图片地址"
border="0"
width="200"><br>
<img
src="这里加入图片地址"
border="0"
width="200">
</div></marquee>
需要让几个图片向上移动就插入几张img
代码如下:
<&#47script>
$(function () {
$("ul li").hover(function () {
$("ul li").removeClass("liclass")
$(this).addClass("liclass")
})
})
<&#47script>
li
{
border: 1px solid #ABC
display: block
width: 100px
height: 50px
float: left
margin: 10px
text-align: center
}
.liclass{ margin-top:-2px}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)