ALT text on text links not just image links?
Moderator: General Moderators
ALT text on text links not just image links?
when you put your mouse over an image that is a link (such as the smilies to the left) text shows up. I know there is a way to do this for a text link as well but I cannot remember how. Is it JavaScript or is there something easier?
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Much easier than JavaScript, just use the title attribute:
Mac
Code: Select all
<a href="page.php" title="This is what you see when you rollover the link">text</a>