1) Script Title: Step Carousel Viewer v1.6.1
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...epcarousel.htm
3) Describe problem:
hello all
i am after a little with this script i have been trying to get it to work now for more hrs than i can count and just cant seem to get it to work the problem i have is i am get a feed from a site that supplys me with the images i get for newest members and so on.
the problem is when i set up the carousel the pictures wont wrap around is a row of 5 or 6 then the rest sit underneath so the left and right arrows and nothing to go to cos the next row of images are underneath and not wrapped like the y should be.
i have taken things out and replced with X as they are my loggin details and stuffCode:stepcarousel.setup({ galleryid: 'wld_badge_wrapper', //id of carousel DIV beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs panelclass: 'panel', //class of panel DIVs each holding content autostep: {enable:true, moveby:1, pause:3000}, panelbehavior: {speed:500, wraparound:true, persist:false}, defaultbuttons: {enable: true, moveby: 1, leftnav: ['http://i34.tinypic.com/317e0s5.gif', -5, 80], rightnav: ['http://i38.tinypic.com/33o7di8.gif', -20, 80]}, contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file'] }) </script> <div id="wld_badge_wrapper" class="stepcarousel"> <div class="belt"> <div class="panel"> <!-- Start of XXXXXXX.com Badge --> <style type="text/css"> #wld_badge_wrapper { border: 5px solid black; width: 767px; overflow: hidden; } #wld_badge_inner { padding: 10px 0 10px 10px; } .wld_badge_item { float: left; margin: 0 10px 0 0; padding: 0; } .wld_badge_item img { border: 1px solid black; } .wld_badge_item_detail { margin-top: 5px; font-family: Verdana; font-size: 65%; width: 90px; overflow: hidden; } .wld_badge_clear { clear: both; } </style> <div id="wld_badge_wrapper"> <div id="wld_badge_inner"> <script type="text/javascript" src="http://static.XXXXXXXX.com/api/badge/js/4436-12"></script> <div class="wld_badge_clear" /> </div> </div> </div> </div> </div> <!-- End of XXXXXXXXXXX.com Badge -->
if anyone could help or even point me int he right direction i would be so gratefull



Reply With Quote

Bookmarks