本文实例讲述了jQuery模拟Marquee实现无缝滚动效果。分享给大家供大家参考,具体如下:
模拟Marquee无缝滚动 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; } :focus { outline: 0; } body { font-family: Arial, Helvetica, sans-serif; padding: 0; font-size: 12px; margin: 0px auto auto auto; color: black; cursor:default; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { font-weight: normal; text-align: left; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } a img { border: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ul, li, ol {list-style: none;} .marquee_horizontal {overflow:hidden; width:360px; height:45px;} .marquee_horizontal ul li {float:left; padding:0px; line-height:24px;} .marquee_horizontal ul li img {display:block;} .marquee_vertical {overflow:hidden; width:60px; height: 225px;} .marquee_vertical ul li {float:left; padding:0px;} .marquee_vertical ul li img {display:block;} .marquee_c {overflow:hidden; width:360px; height: 25px;} .marquee_c ul li {float:left; padding:0px; line-height: 24px;} .marquee_d {overflow:hidden; width:180px; height:200px;} .marquee_d ul li {float:left; width:180px; padding: 0px; line-height:20px;}
- 星期一要长
- 星期二特别长一点
- 星期三
- 星期四长度不等
- 星期五
- 星期六长短
- 星期日
- 星期一星期一星期一星期一星期一星期一星期一星期一星期一
- 星期二
- 星期三星期三星期三星期三星期三星期三
- 星期四
- 星期五
- 星期六星期六星期六星期六星期六星期六星期六星期六星期六星期六星期六星期六星期六星期六星期六星期六星期六
- 星期日
更多关于jQuery相关内容感兴趣的读者可查看本站专题:《jQuery窗口操作技巧总结》、《jQuery拖拽特效与技巧总结》、《jQuery常用插件及用法总结》、《jquery中Ajax用法总结》、《jQuery表格(table)操作技巧汇总》、《jQuery扩展技巧总结》、《jQuery常见经典特效汇总》、《jQuery动画与特效用法总结》及《jquery选择器用法总结》
希望本文所述对大家jQuery程序设计有所帮助。



