Darrell Norton's Blog [MVP]

Sponsors

The Lounge

News

  • Darrell Norton pic

    MVP logo

    View Darrell Norton's profile on LinkedIn

    Currently Reading:

    weewar.com

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
Get popup alt attributes in Firefox

One thing I miss in Firefox is having an image’s alt text appear when you pause your mouse over it. Apparently someone else did too, because there’s a Popup ALT Attributes extension. There is even support for multi-line alt tags by modifying the user.js file.


Posted 10-06-2004 10:49 AM by Darrell Norton

[Advertisement]

Comments

Peter Stuifzand wrote re: Get popup alt attributes in Firefox
on 10-07-2004 9:49 AM
Actually the 'title' attribute shows the popup text. The 'alt' attribute is not meant to be doing that (see standard). It also works on 'a' tags.
Darrell wrote re: Get popup alt attributes in Firefox
on 10-07-2004 9:54 AM
Yes, but usually there's some good info in the alt tag.