Expand div around children elements (no wrapper)

From what I've seen this isn't possible w/o javascript. I have a series of images that are inside of a parent div. The images are pretty much limited to one size. I want the parent div to expand or shrink with the images. Right now it cuts off the images - I think because overflow:hidden; this is the ID if you look with firebug:\[code\]<div id="zt-container" class="zt-container"><http://www.zakweinberg.com/imagezoomtour>\[/code\]I've tried percents and removing the height div.CSS is the best. If not, I'm open to javascript.Any help is appreciated.
 
Back
Top