"Offering free computer help, hints, and tips to the Internet populace." Now with over 3,820 tips!

Web Development - Fonts

Popup Text without Images or JavaScript

Here's an interesting trick. You probably know that when you move your mouse over an image, if the image has ALT text, most web browsers show the ALT text. Did you know that you can do the same with text if you are using later versions of Internet Explorer?

By wrapping text inside <FONT TITLE="xxxx"> and </FONT> tags, you can create text that, when the user moves the pointer over said text, causes a popup box to appear, showing the text inside the quotes.

For example, the following HTML displays the line of text "Wonder what HTML stands for? Move your mouse over this text to find out!". When the user moves the pointer over said text, a popup box with the words "Hypertext Markup Language" appears.

<FONT TITLE="Hypertext Markup Language">Wonder what HTML stands for? Move your mouse over this text to find out!</FONT>

Return to the Web Development - Fonts page.

Print this tip


Get the Newsletter

Thanks For Sharing!



Newest Tips:

Microsoft Word 2010
Make Sure Others Can See Your Fonts
Microsoft PowerPoint 2010
Animations or Video Displaying Poorly?
Google Chrome
[MODIFIED] Report a Malfunctioning Web Page, Crash, or Other Issue
Google Gmail
Show Unread Message Count as an Icon

Follow Us!

About MalekTips and the Author

The MalekTips website was created in 1998 by Andrew Malek of Envision Programming. The page's goal is to freely disperse computer-related tips, hints, and informative articles. Tips are organized to be easy to find, and are presented clearly, in easy-to-understand language. MalekTips also provides information and links to public-domain, open source, freeware, shareware, and commercial software available for download. < more >