제이쿼리 비주얼 썸네일형 리스트형 롤링 비주얼 사이클 등등 골고루 부른다. 롤링 비주얼 사이클 등등 골고루 부른다. ---script--- jquery-1.11.1.min.js jquery.cycle.all.js $(document).ready(function(){ $(".aa").cycle({ fx:"fade", timeout:5000, prev:".LA", next:".RA", pager:"#button" }); }); ---css--- .aa{ display:table; width:100%; margin:0 auto;position:relative} .aa a {display:block;width:100%;} .a1{ background:url("이미지경로.jpg") 50% 50%; width:100%;height:548px; z-index:1; } .a2{ backgro.. 더보기 이전 1 다음