Closed
Bug 107954
Opened 23 years ago
Closed 23 years ago
Mouseover info from images
Categories
(Core :: XUL, enhancement)
Core
XUL
Tracking
()
People
(Reporter: hakon_, Assigned: asa)
Details
I wan't an option that displays the <IMG ALT> info, when mouseover the image.
However, I do not want the <A ALT> info. Could this be a checkbox option?
Comment 1•23 years ago
|
||
showing the alt text on mouseover is wrong acording to bug 74241
"[RFE] Have a pref to show image ALT text as tooltip on mouseover"
Where is the <A ALT> info shown?
Comment 2•23 years ago
|
||
Marking as dupe of bug 74241.
Reporter: To get the effect you desire, you can use the TITLE attribute, such as
<img title="title here"> or <a title="title here">
(of course, you still need the usual attributes such as src and href, as
appropriate)
-> XP Toolkit/Widgets, for parity with dupe
*** This bug has been marked as a duplicate of 74241 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Component: Browser-General → XP Toolkit/Widgets
Resolution: --- → DUPLICATE
Thanks! I now understand the whole problem, and why it should be a matter of
webpage hosts changing their code.
vrfy dupe. reporter: :-) it's nice to have friendly reporters. Thanks for using
mozilla and bugzilla
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•