Results 1 to 3 of 3

Thread: Tool Tips

  1. #1
    Join Date
    Jul 2007
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Tool Tips

    I am not a coder by any stretch of imagination. But I am able to follow instructions for scripts placement in header and body.

    But there is something on the Tool Tip which I cannot understand from this link. It has to do with the third instruction without a tag and where I should place it for the code to work. I need assistance for the cool Tool Tip:

    Here is the Tool Tip site:

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

    But this is what I get in my cluelessness:

    http://trialsites.ihoststudio.com/tr...52992/website/

    Please go easy on your detail or line by line instructions for I am as a novice it can get.

    Thanks,

  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

    This:

    Code:
        onMouseover="ddrivetip('JavaScriptKit.com JavaScript tutorials','yellow', 300)";
        onMouseout="hideddrivetip()"
    Should be a part of a link tag:

    HTML Code:
    <a href="http://www.javascriptkit.com/"
    onmouseover="ddrivetip('JavaScriptKit.com JavaScript tutorials','yellow', 300);"
    onmouseout="hideddrivetip();">JavaScriptKit</a>
    - John
    ________________________

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

  3. #3
    Join Date
    Jul 2007
    Posts
    21
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Tool Tip

    Thanks John:

    I have seen your modification that helps explain the code. I will try it to night and post back.

    As always what can I do without this forum? Thanks.

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
  •