Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How can you do screen tips in html?
For example, on Yahoo's homepage, when you hover over the link to "My Yahoo", a small box appears saying, "Go to My Yahoo"...can that sort of tip/pop-up be done with basic html? If so, what is the code?
4 Answers
- Anonymous1 decade agoFavorite Answer
in an html tag you put title="your message here". for example
<a href="
title="your message here">
yahoo</a>
title works like alt attribute in an image tag.
- Anonymous1 decade ago
those 'popup' items appear when you hover over an image with Text in the "ALT" attribute.
For example: <img id=ygmalogo src=http://us.i1.yimg.com/us.yimg.com/i/us/sch/gr/ga_a... width=264 height=33 border=0 alt="Yahoo! Answers">
The 'Yahoo! Answers' it the text that appears when you hover over the Yahoo! Answers logo.
- John JLv 61 decade ago
for images include an alt="copy here" value, for text just surround it in a <a title="copy here"></a> set of tags.
- Anonymous1 decade ago
<a href="yoururl" title="text you want to display">