Wie kann ich es machen, dass das 2.Bild(auge_on) größer als das andere wird, wenn ich mit dem Mauszeiger drauf bin?
<A HREF="Fish_seite3.html"
onMouseover="bild_1.src='auge_on.jpg'"
onMouseout="bild_1.src='auge_off.jpg'">
<img src="auge_off.jpg" width=120 height=80 border=0 ALIGN="center" name="bild_1">
</A>
<A HREF="Fish_seite3.html"
onMouseover="bild_1.src='auge_on.jpg'"
onMouseout="bild_1.src='auge_off.jpg'">
<img src="auge_off.jpg" width=120 height=80 border=0 ALIGN="center" name="bild_1">
</A>