> It looks like you haven't included any styles on this page.  What does
> Firebug say the size of the container is?  0?  You haven't included
> any sizes on the images either.  Tough to resize things dynamically
> within this info.
=====

That was it!!! I just had to specify the size of the div container!

<div id="slideshow" style="width:703px; height:302;">
<a href=""><img src="images/slideshow/1.jpg" border="0" /></a>
<a href=""><img src="images/slideshow/2.jpg" border="0" /></a>
<a href=""><img src="images/slideshow/3.jpg" border="0" /></a>
<a href=""><img src="images/slideshow/4.jpg" border="0" /></a>
<a href=""><img src="images/slideshow/5.jpg" border="0" /></a>
<a href=""><img src="images/slideshow/6.jpg" border="0" /></a>
<a href=""><img src="images/slideshow/7.jpg" border="0" /></a>
</div>

Thank you so much Mike! You're the man!

Reply via email to