Blog Content

  • 86.jQuery - Rotator (14.Module )

    Category jQuery | javascript | CSS on 2009. 11. 19. 10:50

    http://www.socialembedded.com/labs/jQuery-Rotator-Plugin/jQuery-Rotator-Plugin.html 이 곳에 올라온 jQuery PlugIn을 적용한 예제입니다. 이미지가 일정시간에 따라 위로 올라갑니다. Rotator.htm 로테이터 플러그인 .divHeight { height:130px; } $(document).ready(function() { //$('#rotator1').rotator(); //자동으로 바뀜 : 기본 $('#rotator1').rotator({ ms: 3000 }); //3초마다 변경 }); 조선옥 조선옥 조선옥 결과화면 이미지가 커서 글씨가 나타나지 않네요. 이미지 아래에 글씨가 나와야 하는데... 이미지 못 줄여요!! >_< ..

    Read more
  • 85.jQuery - Carousel (14.Module )

    Category jQuery | javascript | CSS on 2009. 11. 19. 09:55

    jQuery 공식 사이트에 올라온 소스를 적용한 예제입니다. http://plugins.jquery.com/에 서 Carrusel 검색해 나오는 자료 중 2번째 자료 다운로드 http://plugins.jquery.com/project/jquery-infinite-carousel 해당 파일 압축을 풀고 적용합니다. 이미지를 슬라이드 형식 Carousel.htm $(document).ready(function() { $('#slider-stage').carousel('#previous', '#next'); }); 이전 조선옥 이뻐욤 조선옥 진짜이쁘다 조선옥 최고에요! 다음 결과화면 Body부분을 반복

    Read more
이전 1 다음