> Quick layout question. My slides will not wrap inside its parent div. > I've noticed the cycle demos are nested inside tables but is it > possible to simply wrap them up inside a div?
I don't think I understand your question. Nearly all of my examples
use a div as the container element for the slideshow:
<div id="slideshow">
<img ...>
<img ...>
<img ...>
</div>

