Kann mir jemand sagen wo hier der fehler is oder wie ich das anders machen kann????
<html>
<body bgcolor="#ffffff">
<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">
<tr>
<td><img src="images/back2.jpg" width="100" height="75"></td>
</tr>
</table>
</div>
<p><img src="images/menu_home.gif" border="0" onmouseover="Details.style='visibility: visible'" onmouseout="Details.style='visibility: hidden'"></p>
</body>
</html>