I'm using the Image Thumbnail Viewer ,but I would like to have text appear at the top of the large image instead of at the bottom...where the CLOSE X currently is. Any help would be greatly appreciated. Thanks!
I'm using the Image Thumbnail Viewer ,but I would like to have text appear at the top of the large image instead of at the bottom...where the CLOSE X currently is. Any help would be greatly appreciated. Thanks!
Change this part (thumbnailviewer.js):
into:Code:document.write('<div id="thumbBox" onClick="thumbnailviewer.closeit()"><div id="thumbImage"></div>'+this.definefooter+'</div>')
Hope that helps.Code:document.write('<div id="thumbBox" onClick="thumbnailviewer.closeit()">'+this.definefooter+'<div id="thumbImage"></div></div>')
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
Warning: In the future, please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
That did it. Thank you so much!
Bookmarks