Thumbnail Viewer V2
The following is not a problem but was a workaround for me. I use quite a few linked javascripts on my site, and I found occasions where using the Thumbnail Viewer to click on an image brought up a window of the image, but a few other areas of my documents appeared in front of this image window. I therefore modified Thumbnail script and gave it a high z-index as follows:
thumbnailviewer.js:
line 20
original: ...<div id="thumbBox" onClick="thumbna...
modified: ...<div id="thumbBox" style="z-index:1000" onClick="thumbna..
This seems to have worked well for Firefox and IE 6-7
Now all my thumbnail windows appear on top of everything when clicked.




Reply With Quote

Bookmarks