Andreas Schneider: Rollover

Beitrag lesen

Hallo Daisy,

die Bilder in deinem Dokument sind durchnumeriert von 0 bis Bildanzahl-1.

function Bildwechsel(Bildnr,Bildobjekt) {
window.document.images[Bildnr].src = Bildobjekt.src;

onMouseOver="Bildwechsel(0,Highlight1)"

Hier tauschst Du das erste Bild (window.document.images[0]) aus. Willst Du das?

Grüße
Andreas

--
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)