remember the toggler id in this part of the script:
Code:
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: true, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: "fadeshowtoggler"
})
and by the way: it seems like this part of the css is causing some trouble:
Code:
#content_ss{
float:left;
width:600px;
height:100%;
padding: 30px 0 0 10px;
overflow:auto;
}
I may work better if you just delete the height and the overflow rules
Bookmarks