Too much unique. Usually the problem is too little. The left side of the colons (:) are keys that the script uses to initialize the values on the right side of the colons. The left side keys need to remain the same for all initializations (get rid of the red) here and in similar:
Code:
stepcarousel.setup({
galleryid: 'printgallery', //id of carousel DIV
beltclass: 'belt2', //class of inner "belt" DIV containing all the panel DIVs
panel2class: 'panel2', //class of panel DIVs each holding content
autostep: {enable:true, moveby:1, pause:3000},
panel2behavior: {speed:500, wraparound:false, 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]},
statusvars: ['statusD', 'statusE', 'statusF'], //register 3 variables that contain current panel (start), current panel (last), and total panels
contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']
})
Bookmarks