Einzelnen Beitrag anzeigen
Alt 24.06.2003, 11:23   #3
_m3
Inventar
 
Registriert seit: 24.09.2001
Beiträge: 7.335


Standard Re: Button mit info fenster (onMouseOver)

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
____________________________________
Weiterhin zu finden auf http://martin.leyrer.priv.at , http://twitter.com/leyrer , http://www.debattierclub.net/ , http://www.tratschen.at/ und via Instant Messaging auf Jabber: m3 <ät> cargal.org .
_m3 ist offline   Mit Zitat antworten