Hallo Niko,
Kann mir jemand sagen wo hier der fehler is oder wie ich das anders machen kann????
DOCTYPE fehlt
<html>
<title> und Zeichensatztangabe fehlt
<body bgcolor="#ffffff">
veraltet -> style="background-color:#FFF;"
<div name="Details" id="Details" style=" position: absolute; z-index: 1; top: 173px; left: 281px; width: 100px; height: 75px; visibility: hidden">
<table width="100" border="0" cellspacing="0" cellpadding="0">
border,cellspacing und cellpadding weg -> css
<tr>
<td><img src="images/back2.jpg" width="100" height="75"></td>
alt="" fehlt
</tr>
</table>
</div>
<p><img src="images/menu_home.gif" border="0" onmouseover="Details.style='visibility: visible'" onmouseout="Details.style='visibility: hidden'"></p>
border="0" in html4.01 strict nicht mehr erlaubt
nicht Details.style... sondern document.getElementById('Details').style.visibility = 'visible'
</body>
</html>
aber wo lag jetzt eigentlich genau das Problem? was funktioniert nicht? Fehlermeldung?
Grüße aus Nürnberg
Tobias
sh:( fo:) ch:? rl:( br:< n4:& ie:% mo:| va:) de:] zu:) fl:( ss:| ls:[ js:|
(Selfcode -> http://emmanuel.dammerer.at/selfcode.html)