Results 1 to 2 of 2

Thread: Dynamic Drive DHTML Scripts- Image Thumbnail Viewer

  1. #1
    Join Date
    Mar 2007
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dynamic Drive DHTML Scripts- Image Thumbnail Viewer

    1) Script Title: Dynamic Drive DHTML Scripts- Image Thumbnail Viewer


    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm

    3) Describe problem:

    Please can you advise how to change the font in the "Title" section. The Baby sample shows the text in Arial but when I use it, it is in Tahoma. There is no reference to the title font in the css or js files. I have changed all references to Tahoma where I have found them.

    Otherwise a great script

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You can slip that in right here:

    Code:
    #thumbBox{ /*Outermost DIV for thumbnail viewer*/
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 10px;
    padding-bottom: 0;
    background: #313131;
    visibility: hidden;
    z-index: 10;
    cursor: hand;
    cursor: pointer;
    font-family:cursive;
    }
    Otherwise, it will be inherited either from the page in general or any other style on the page that may pertain.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •