$(function() {
$("#amazon_scroller").amazon_scroller({
scroller_title_show: 'enable',
scroller_time_interval: '3000',
scroller_window_background_color: "none",
scroller_window_padding: '10',
scroller_images_width: '300',
scroller_images_height: '160',
scroller_title_size: '12',
scroller_title_color: '#999',
scroller_show_count: '3',
directory: 'images'
});
});
</script>
--------------------------------------------------------
제가 제 친구꺼 보고 연구하다가
.amzon_scroller를 처음보네요
jsp같은거 같은데 자세히좀 설명해주세요 저건 어디에 쓰는지
스크롤 내릴때 뭐 이펙트 넣는건가요? ㅠㅠ