Results 1 to 2 of 2

Thread: How to change the font on a tool tip

  1. #1
    Join Date
    Aug 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to change the font on a tool tip

    http://www.dynamicdrive.com/dynamici...tmltooltip.htm

    I am using this tooltip script on my website. I am not very good with scripting and just know the basics. I am trying to change the font of the tool tip that pops up to something other than Times New Roman (default font). How can I do this? I've tried a bunch of different things but nothing is working.

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

    Default

    Simply add a font declaration inside:

    #dhtmltooltip{

    }

    For example:

    #dhtmltooltip{
    font: normal 12px Arial;
    }

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
  •