The only real problem that I can see in Mozilla (NS & FF, others) with:
http://www.viennapres.org/index-smp.asp
is that you open an anchor link (green) right before the slideshow but don't close it. Simply closing this link tag (as I have done below in red) will get things working:
Code:
<!-- FEATURE PANEL, INCLUDING SLIDESHOW -->
<a href="FFrame.asp?Pg=2&MGN=VPC-52"
style="text-decoration: none" target="_top">
<font face="Verdana" size="1" color="white"><b>
SMP 2005 Photos;<br>
click here to see more.</a>
<script type="text/javascript">
/***********************************************
* Conveyor belt slideshow script- © Dynamic Drive DHTML code library
* (www.dynamicdrive.com) . . .
Edit/ added later: It wouldn't hurt to also close the <b> and <font> tags and in general not to leave open tags strewn about your pages, they can always cause problems. Also, it is a better idea to use style to set the font, rather than the font tag. Verdana is a poor choice of font as its size is non-standard and, in browsers that do not support it, your text will be too big or too small.
Bookmarks