Results 1 to 2 of 2

Thread: Textual tooltip II

  1. #1
    Join Date
    Feb 2008
    Posts
    9
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Textual tooltip II

    1) Script Title: Textual tooltip II (fade into view)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/linkinfo2.htm

    3) Describe problem:
    Hi,
    I want to use the font 'Berlin Sans FB' for the descriptive text, to be consistent with my site, but it doesn't seem to work in the <font> tag.

    I've tried replacing the <font> tag by using styles but that didn't work.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Try removing the font tags from the descriptions. Then add a style sheet to the top of your page that targets the #fade1 DIV:

    Code:
    <style type="text/css">
    
    #fade1{
    font: bold 16px Berlin Sans FB;
    }
    
    </style>
    That should do it.

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
  •