1) Script Title: Image Thumbnail Viewer
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm
3) Describe problem: How do you change the font and font size of the title as it appears inside the enlarged image box?
Thanks!
1) Script Title: Image Thumbnail Viewer
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm
3) Describe problem: How do you change the font and font size of the title as it appears inside the enlarged image box?
Thanks!
Last edited by Snookerman; 05-08-2009 at 05:31 AM. Reason: added “Resolved” prefix
Add this to your CSS code:
Good luck!Code:#thumbBox #thumbImage { font-family: Georgia; font-size: 2em; }
ElenaT (05-08-2009)
Worked like a charm, thanks!!!
You're welcome Elena, glad to help you.
Good luck with your site!
Bookmarks