Closed
Bug 74376
Opened 25 years ago
Closed 25 years ago
no tooltips from alt tag displayed for images
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: tmurphy, Assigned: asa)
References
()
Details
The following code will not display a tooltip for it's image (supplied by the
alt tag in) where Netscape 4.7 and IE 5.5 do:
<html>
<head>
<title>Testing to see if the tooltips work</title>
</head>
<body>
<img src= "file://C:/image18.gif" height="300" width="200" alt="test1">
</body>
</html>
I noticed this in the images on http://www.bbc.co.uk/ also.
Regards,
Mike Harris
PS. I'm using Tim murphy's email at the moment hence the address
I believe this is INVALID. Tooltips work only using TITLE= attributes within an
<img SRC=> tag. See http://people.netscape.com/stephend for an example.
BTW, you can even get tooltips on links, see
http://www.mozilla.org/mailnews/win_performance_results.html for an example of that.
![]() |
||
Comment 3•25 years ago
|
||
![]() |
||
Comment 4•25 years ago
|
||
*** This bug has been marked as a duplicate of 25537 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
verified dup.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•