Both of those scripts have been upgraded. However, that's not the problem, though the slide show would be more cross browser if you upgrade it to the current 1.51 version, which can be done simply by replacing the main body of the main script (leave your array(s) and on page call as is). The Thumbnail Viewer II has been radically altered and should still work, but the new version doesn't offer much over what you are using.
Anyways, here is the problem:
Code:
<div id="dynloadarea"
style="width:389px;height:581px; position:absolute; left:15px; top:197px; z-index:0" onClick="this.innerHTML='';"></div>
Make that like 10000:
Code:
<div id="dynloadarea"
style="width:389px;height:581px; position:absolute; left:15px; top:197px; z-index:10000" onClick="this.innerHTML='';"></div>
Bookmarks