DrSchwein: Mouseover

Beitrag lesen

» wie meinst du das mit dem Bild?

Wo soll man es sehen?

So in etwa. Nur sollte auch das Bild wechseln. Aber ich bin scheinbar zu blöd. Irgendein Vorschlag?

<html>
<head>
<title>Bücher</title>
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
td { font-size: 11px;}
</style>

<script>
<!--
function show(Kommentar)
{
        document.Box.Kommentar.value=Kommentar
}
//-->
</script>

</head>
<body
<table width="90%" align="center" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="40%" align="center" valign="center"><a href="Buecher.html" target="_self" onmouseover="show('lalallalaa')" onmouseout="show('')">Im Himmel warten Bäume auf Dich</a></td>
<td width="60%" align="center"><img src="Buch/Schophaus.jpg">
<form name="Box"><textarea name="Kommentar" cols="40" rows="15" readonly></textarea></form>
</td>
</tr>
</table>
</body>
</html>