Hello
I'm currently working with nextgen using the thickbox veiwer to create a thumb style gallery. I'm modifying thickbox.js for an unconventional use of the viewer though. And I have VERY little js knowledge.
I have hidden the screen-darkening overlay, thus making thumbnails clickable while the thickbox is called. I have also hidden the TB_remove,TB_prev, and TB_next buttons all using display:none.
The desired effect is to click a thumbnail, load an image, click another thumbnail and the previously displayed image is replaced by the new image.
PROBLEM: Due to the nature of thickbox when I click a new thumb the new image simply loads underneath the previous rather than replacing it. Thus show 2 images simultaneously.
I need some js command to tell thickbox to remove the previous image on click of a new thumb and replace it with the new image.
I need some Help guys
Thanks in advance