Woody,
Thanks for your efforts. I wish I could go back to the original developers but that's not an option. I'm not familiar with kuzmenu either and could not find anything online.
I guess it could be a javascript conflict, but I would expect to see some sort of error message.
The other reason I question this is that, when I look at the source code, for the image popup, I see
Code:
<a href="images/RSM-1-7501.jpg" target="_blank">(Larger image)</a>
I would expect to see something similar to this
Code:
<!-- begin lightbox v1.1 aclarke 2006-09-06 -->
<script language="javascript" type="text/javascript"><!--
document.write('<a href="images/scl/novar-75mm.jpg?zenid=e12b280870a919e950bf31c29c2152e6" rel="lightbox[gallery]" title="Novar Anastigmat lens 3.5/7.5cm"><img src="images/scl/novar-75mm.jpg" alt="Novar Anastigmat lens 3.5/7.5cm" title=" Novar Anastigmat lens 3.5/7.5cm " width="133" height="120" /><br /><span class="imgLink">larger image</span></a>');
//--></script>
<!-- end lightbox v1.1 aclarke 2006-09-06 -->
which is from the source of a working installation.
If it were a javascript conflict, wouldn't the code still get output correctly to the browser, then probably throw an error?
Given the above, I would think there is some problem with my install?
Again, I really appreciate your time and effort.
Bookmarks