View Full Version : Image Thumbnail Viewer
xxgattacaxx
07-10-2008, 07:11 PM
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!
rangana
07-11-2008, 12:29 AM
Change this part (thumbnailviewer.js):
document.write('<div id="thumbBox" onClick="thumbnailviewer.closeit()"><div id="thumbImage"></div>'+this.definefooter+'</div>')
into:
document.write('<div id="thumbBox" onClick="thumbnailviewer.closeit()">'+this.definefooter+'<div id="thumbImage"></div></div>')
Hope that helps.
ddadmin
07-11-2008, 01:23 AM
Warning: In the future, please include a link to the DD script in question in your post. See this thread (http://www.dynamicdrive.com/forums/showthread.php?t=6) for the proper posting format when asking a question.
xxgattacaxx
07-11-2008, 12:16 PM
That did it. Thank you so much!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.