JürgenB: dynamische Buttons und Anzeigeprobleme

Beitrag lesen

Hallo Webmiss,

Normal2 = new Image();
Normal2.src="buttons/bunnyfun1.gif";
Highlight2 = new Image();
Highlight2.src="buttons/bunnyfun2.gif";

<a href="bunnyfun.htm"
   onMouseOver="Bildwechsel(1, Highlight2)"
   onMouseOut="Bildwechsel(1, Normal2)" target="haupt"><img src="buttons/bunnyfun2.gif"

^

width="120" height="30" border="0" alt="Bunnyfun"></a>

bunnyfun1 ist normal, bunnyfun2 ist highlighted und wird im IMG-Tag als Startbild geladen.

Gruß, Jürgen