Hi!
Hab ein Problem mit Event-Handlern und W3C Konformität. Und zwar schreit der Validator immer wenn ich onmouseover, onmouseout oder onclick verwende.
Habe HTML 4.01 transitional Seiten...
Laut diesem:
http://selfhtml.teamone.de/html/attribute/eventhandler.htm
müsste es aber klappen mit dem Validieren, oder hab ich da was falksch verstanden?
Mein Source:
<font size="1" color="#B3A97D" style="cursor: hand; text-decoration: none" onmouseover="color='#ffffff';" onmouseout="color='#b3a97d';" onclick="self.location='mailto:irgendwas@irgendwas.com'; return false;">© 2003</font>
Und die Fehlermeldung vom Validator:
Line 144, column 91: there is no attribute "ONMOUSEOVER" (explain...).
...; text-decoration: none" onmouseover="color='#ffffff';" onmouseout="color='#b
^
Line 144, column 121: there is no attribute "ONMOUSEOUT" (explain...).
...seover="color='#ffffff';" onmouseout="color='#b3a97d';" onclick="self.locatio
^
Line 144, column 148: there is no attribute "ONCLICK" (explain...).
...nmouseout="color='#b3a97d';" onclick="self.location='mailto:irgendwas@irge
^
Danke schon mal im Vorhinein für eure Antworten, Sensei