- <div class="pics">
- <img src="images/image1.jpg" class='img-bot'/>
- <img src="images/image1.jpg" class='img-bot'/>
- <img src="images/image1.jpg" class='img-bot'/>
- </div>
- $('.pics').cycle({
- fx:'fade',
- speed:'2000',
- timeout: 0
- });
i tried to surround the images with div container and set the display attribute of the non visible container to none and the one which is visible to block, but this has no effect. the pics container height stays the same, this means the height from the biggest image.
does anybody has a solution for this problem?
greetings
peter