今天在網路上找到一款迴旋滾動效果,拿出來和大家一起分享。先上效果圖: html 程式碼: 複製程式碼 程式碼🎜> jquery- roundabout <BR>*{padding:0;margin:0;} <BR>body{font:24px tahoma;} <BR>ul{list- style:none;margin:100px auto 0;width:500px;height:200px;} <BR>li{line-height:200px;height:200px;width:300px;background:#ccc;text-align:centervv; :pointer;} <BR>li.roundabout-in-focus{cursor:default;} <BR> Block 1 Block 2 Block 3 Block 4 Block 5 <BR>$(function(){ <BR>$('.roundabout').roundabout(); <BR>}) ; <BR> 關於roundabout.js 的程式碼可以去官網上下載,這裡就不寫了,太長了。點選官網位址。