Results 1 to 2 of 2

Thread: How to make the dynamic explanation of a link ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    111

    How to make the dynamic explanation of a link ?

    Hello,
    I'm a beginner to JavaScript. While browsing many websites, there is often dynamic explanation shown beside a link. How can I make it ? Is there any simple example which I can reference ?

  2. #2
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    Re: How to make the dynamic explanation of a link ?

    do you mean tooltips?
    HTML Code:
    <html>
    <body>
    <a href="" title="link to nowhere">link</a>
    </body>
    </html>
    or a better example can be found here

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width