Results 1 to 3 of 3

Thread: Changing font style in description 'title' in Image Thumbnail Viewer

  1. #1
    Join Date
    Aug 2006
    Location
    Hertford, UK
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Changing font style in description 'title' in Image Thumbnail Viewer

    1) Script Title: Image Thumbnail Viewer (version 1, not 2)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/indexb.html

    3) Describe problem: Not a problem... and Love it... But does anyone know how to change the font style of the 'title' text that appears in the pop-up window above the 'CLOSE X' line, where it describes the image, ie: 'Beautiful castle!'?
    Would I need to change the css file or could I change the script in the link?
    Sorry, probably really simple but unsure!!!
    Thanks. Neil
    Last edited by neilbradford; 09-16-2007 at 08:56 AM. Reason: Had a reply but hadn't explained my question properly

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Go into the .css file and modify:
    Code:
    #thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
    font: bold 16px Tahoma;
    letter-spacing: 5px;
    line-height: 1.1em;
    color: white;
    padding: 5px 0;
    text-align: right;
    }
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Aug 2006
    Location
    Hertford, UK
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks dir33 but I didn't explain it too well when I just read it back.
    I could see the 'CLOSE X' in the css and understand what you explained but...
    I want to change the font style of the line that describes the image above the 'CLOSE X', where it says in the example 'Beautiful castle!'.
    Is that possible to do?
    Thanks
    Neil

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
  •