Results 1 to 3 of 3

Thread: Textual Tooltip

  1. #1
    Join Date
    Sep 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Textual Tooltip

    1) Script Title: Textual Tooltop

    2) Script URL (on DD):
    HTML Code:
    http://www.dynamicdrive.com/dynamicindex5/linkinfo.htm
    3) Describe problem:

    Script works fine... but I need to popup a link in a new window from out of the content that is displayed by the mouse-over of the categories.

    How can I do this?

    I have the code for creating the link (from another post)
    Code:
    <a href="http://www.link.htm>
    but what's the code for it to pop that link up in it's own window?

    Thanks,

    Tester

  2. #2
    Join Date
    Apr 2006
    Posts
    190
    Thanks
    3
    Thanked 7 Times in 7 Posts

    Default

    Code:
    <a href="http://www.link.htm" target="_blank">link</a>
    Ryan
    Sevierville, TN

  3. #3
    Join Date
    Sep 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes! thank you, that's it...

    Is there anyway in that same statement to control the size and positioning of the window?

    Tester

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
  •