Results 1 to 2 of 2

Thread: simple Carousel Slideshow question

  1. #1
    Join Date
    Oct 2008
    Posts
    48
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default simple Carousel Slideshow question

    1) Script Title: Carousel Slideshow II

    2) http://www.dynamicdrive.com/dynamici.../carousel2.htm

    3) hey felas,
    quick question about this script:

    Code:
    <script type='text/javascript'>
    carousel({id:'Amazon Books', //Enter arbitrary but unique ID of this slideshow instance
              border:'0',
              size_mode:'carousel', //Enter "carousel" or "image". Affects the width and height parameters below.
              width:900, //Enter width of image or entire carousel, depending on above value
              height:280, //Enter height of image or entire carousel, depending on above value
              sides:6, //# of sides of the carousel. What's shown = sides/2. Even integer with sides/2< total images is best
              steps:50, //# of animation steps. More = smoother, but more CPU intensive
              speed:2, //Speed of slideshow. Larger = faster.
              direction:'left', //Direction of slideshow. Enter "top", "bottom", "left", or "right"
              images:['http://images.amazon.com/images/P/0596004672.01.MZZZZZZZ.jpg',
                      'http://images.amazon.com/images/P/0201730847.01.MZZZZZZZ.jpg',
                      'http://images.amazon.com/images/P/0201735687.01.MZZZZZZZ.jpg',
    		  'http://images.amazon.com/images/P/0596005768.01._SCMZZZZZZZ_.jpg'],
              links: ['', //enter link URLs, or for no links, empty array instead (links :[])
    									'',
    									'',
    									''],
              titles:['Book #1',
    									'Book #2',
    									'Book #3',
    									'Book #4'],
              image_border_width:1,
              image_border_color:'blue'
              });
    </script>




    The carousel is working great, but all the pictures have a thin blue border, what do i have to add to make it have no border, and where?
    thanks, let me kno
    Last edited by Snookerman; 06-29-2009 at 07:22 AM.

  2. #2
    Join Date
    Oct 2008
    Posts
    48
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    wow i am dumb, nvm..........haha i see it now.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •