Zitat:
Original geschrieben von fenster
und mit ALT der soll es auch nicht gemacht
werden da diese nur um ie ersichtlich sind
und das info fenster nicht formatiert
werden kann
|
Also wenn ich denn Satz richtig verstanden habe, kritisierst Du, dass (z.B.) der Mozilla das ALT-Attribut des IMG-Tags nicht anzeigt.
Das ist auch laut HTML-Speziifikation korrekt:
Zitat:
Several non-textual elements (IMG, AREA, APPLET, and INPUT) let authors specify alternate text to serve as content when the element cannot be rendered normally. Specifying alternate text assists users without graphic display terminals, users whose browsers don't support forms, visually impaired users, those who use speech synthesizers, those who have configured their graphical user agents not to display images, etc.
|
http://www.w3.org/TR/html401/struct/....html#adef-alt
Du möchtest hingegen das Title-Attribut verwenden:
Zitat:
Values of the title attribute may be rendered by user agents in a variety of ways. For instance, visual browsers frequently display the title as a "tool tip" (a short message that appears when the pointing device pauses over an object).
|
http://www.w3.org/TR/html401/struct/...tml#adef-title