Hi
The problem is the CSS style you apply to the DIV where you have the thumb.
I have this div in the page (the div you apply the extension) <div id="thumbnails" spry:region="dwzPhotos"> <%response.write(dwzGallery.insertThumbCode())%> </div>
I use this CSS styles: #thumbnails { margin: 12px auto; z-index:10; width:180px; }
#thumbnails div { position: relative; float: left; margin: 10px; display:inline; z-index:10; }
#thumbnails img { border:1px solid #FFFFFF; position: absolute; z-index:10; }
Gianluigi
|
|
|