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![]()



Reply With Quote
Bookmarks