|
-
Nov 25th, 2005, 03:45 AM
#1
Thread Starter
Lively Member
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 ?
-
Nov 25th, 2005, 03:55 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|