Hilfe, wenn ich nun meinen Quelltext validieren lasse, bekomme ich folgende Fehlermeldung:
QuoteThis page is not Valid XHTML 1.0 Transitional!
Below are the results of attempting to parse this document with an SGML parser.
1. Line 39, column 34: there is no attribute "onMouseOver" (explain...).
<a href="index.shtml" onMouseOver="image1.src='home_aktiv.gif';" onMouseOut="ima
2. Line 39, column 76: there is no attribute "onMouseOut" (explain...).
...image1.src='home_aktiv.gif';" onMouseOut="image1.src='home_passiv.gif';">
Wenn man dann auf explain klickt erfährt man das:
Quote"there is no attribute 'FOO' for this element (in this HTML version)"
You have used an attribute with an element that is defined not to have that attribute. This is most commonly caused by using vendor-specific attributes without setting the document type appropriately.
Was könnte man dagegen machen?\n\n
<!--EDIT|youngalcapone|1072713437-->