Code
HTML, CSS, JavaScript -- the languages of Web Development.
(9 entries)
FileMaker
A database program.
(3 entries)
Macintosh
and OS X.
(4 entries)
Security & Privacy
Keeping safe from Viruses and other malware.
(26 entries)
UNM
Students, faculty and staff
(21 entries)
Web
Web Design and Development (see Code category, too)
(25 entries)
Windows
XP.
(20 entries)
Z - Other
Miscellaneous.
(9 entries)
Syndicated content:
rss 1.0 |
rss 2.0 |
huh?
Get notification of updates
enter your email address here:
July 22, 2004
Why doesn't Mozilla [including Firefox] display my alt tooltips [in the IMG tag]?
Mozilla doesn’t display the alt attribute as a tooltip [snotty, arrogant reasoning deleted]....
There is another attribute that Mozilla shows as a tooltip: title. In fact, the HTML 4.01 specification suggests that the title attribute may be displayed as a tooltip. However, this particular display method is not required and some other browsers show the title attribute in the browser status bar, for example. [Opera's irritation.] ... [Mac and] Windows IE also show the title attribute in a tooltip.
So, all your IMG tags are going to require both alt=''something'' and title=''probably the same thing''. This will cause Dreamweaver users who rely on the Properties Inspector some grief (learn Ctrl+T, the Quick Tag editor). mjh