首页滚动图片源码分享
在开发网站时,首页难免会遇到需要滚动展示图片的时候,从其他网站搜刮了点代码,分享于此: <html lang="zh-CN"><head> <meta charset="utf-8"> <title>jQuery无缝滚动</title> <style> .scroll-container { width: 800px; margin: 50px auto; } .scroll { width: 800px; border: 1px solid #ccc; overflow: hidden; } .scroll ul { white-space: nowrap; } .scroll ul li { display: inline-block; margin: 10px; } .scroll ul img { vertical-align: top; } </style> </head> <body style=""> <div class="scroll-container"> <div class="scroll"> <ul style="margin-left: -43px;"> <li><img src="http://www.jq22.com/demo/jqueryscroll201903112313/images/0003.png" alt=""></li> <li>