I forget what the fix for that was exactly, it has come up before a few times.
I think it was here in the css from Step 1 on the demo page:
Code:
.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px solid black;
overflow: scroll; /*leave this value alone*/
width: 270px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
}
Increasing what you have there by 1 or more pixels, I think.
Yes it is. I found it in the archives. For more details, see:
http://www.dynamicdrive.com/forums/s...277#post236277
Bookmarks