div图片marquee无缝连接实现代码
发布时间:2016-12-27 来源:查字典编辑
摘要:图片向左无缝滚动向左滚动你号hello白痴stupid
<html>
<head>
<style type="text/css">
<>
</style>
</head>
<body>
图片向左无缝滚动
向左滚动
<div id="demo">
<div id="indemo">
<div id="demo1">
<div>
<a href="#"><img src="http://www.cnrui.cn/other/link/Clear_logo.gif" border="0" /></a>
<p>你号</p>
hello
</div>
<div>
<a href="#"><img src="http://www.cnrui.cn/other/link/Clear_logo.gif" border="0" /></a>
<p>白痴</p>
stupid
</div>
<div>
<a href="#"><img src="http://www.cnrui.cn/other/link/Clear_logo.gif" border="0" /></a>
</div>
</div>
<div id="demo2"></div>
</div>
</div>
<script>
<>
</script>
</body>
</html>