Results 1 to 4 of 4

Thread: Fonts for Titles in Image Thumbnail Viewer

  1. #1
    Join Date
    May 2009
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Fonts for Titles in Image Thumbnail Viewer

    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

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Add this to your CSS code:
    Code:
    #thumbBox #thumbImage {
    font-family: Georgia;
    font-size: 2em;
    }
    Good luck!

  3. The Following User Says Thank You to Snookerman For This Useful Post:

    ElenaT (05-08-2009)

  4. #3
    Join Date
    May 2009
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Worked like a charm, thanks!!!

  5. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    You're welcome Elena, glad to help you.

    Good luck with your site!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •