js调用:jQuery(".topLoop").slide( { mainCell:".bd ul",effect:"topLoop",autoPlay:true,vis:6,scroll:2,trigger:"click"} );
css代码:
  1. .topLoop{ overflow:hiddenposition:relative;  border:1px solid #ccc;   } 
  2. .topLoop .hd{ overflow:hidden;  height:30pxbackground:#f4f4f4;  } 
  3. .topLoop .hd .prev,.topLoop .hd .next{ display:block;  width:9pxheight:10pxline-height:10pxfloat:rightmargin-right:10pxmargin-top:10px;  overflow:hidden;   
  4.      cursor:pointerbackground:url("images/icoUp.gif"center no-repeat;} 
  5. .topLoop .hd .next{ background:url("images/icoDown.gif"center no-repeat;  } 
  6. .topLoop .hd ul{ float:rightoverflow:hidden; zoom:1margin-top:10px;  } 
  7. .topLoop .hd ul li{ position:relative_display:inlinefloat:left;  width:10pxheight:10pxoverflow:hiddenbackground:#cccmargin-right:10pxtext-indent:-999pxcursor:pointer
  8.     -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(../PIE.htc);} 
  9. .topLoop .hd ul li.on{ background:#f00;  } 
  10. .topLoop .bd{ padding:10px;   } 
  11. .topLoop .bd ul{ overflow:hidden; zoom:1; }