|
#1
|
|||
|
|||
|
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!
|
|
#2
|
||||
|
||||
|
Change this part (thumbnailviewer.js):
Code:
document.write('<div id="thumbBox" onClick="thumbnailviewer.closeit()"><div id="thumbImage"></div>'+this.definefooter+'</div>')
Code:
document.write('<div id="thumbBox" onClick="thumbnailviewer.closeit()">'+this.definefooter+'<div id="thumbImage"></div></div>')
__________________
Useful Links: [ FireFox3||HTML Validation||CSS Validation||Hate Tables?||Doctypes||HTML 4.01 Spec||CSS 2.1 Spec||CSS3 Info ] Useless Links: [ FashionStyleBlog||LaFontana||Bamboo Clothing||My Twitter ] |
|
#3
|
||||
|
||||
|
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.
|
|
#4
|
|||
|
|||
|
That did it. Thank you so much!
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|