Mouseover im container

Gioacchino

Grünschnabel
Hallo mal,

ich will ein mousover-bild in einen container einfügen.

das script habe ich von http://www.htmlbasix.com:

<!-- STEP ONE: Insert this code into the HEAD section of your HTML document -->

<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
loadImage1 = new Image();
loadImage1.src = "_images/5.07.07_rdlg_6a+7a_1000px.jpg";
staticImage1 = new Image();
staticImage1.src = "_images/DSC_1278_1_310px.jpg";

// End -->
</script>

<!-- STEP TWO: Insert this code into the BODY of your HTML document -->

<span onmouseover="image1.src=loadImage1.src;" onmouseout="image1.src=staticImage1.src;">
<img name="image1" src="_images/DSC_1278_1_310px.jpg" border=0></span>



Außerhalb des containers funktionierts toll:

http://m8kunst.de/kontakt_kopie1.htm

soll aber rein in den Behälter. Weiß jemand wie das Mäuschen in den Eimer kommt?
 
Zuletzt bearbeitet:
Hi,

und in welchem "Container" (ID-Name), wenn nicht diesem, soll das Bild erscheinen?

mfg Maik
 

Neue Beiträge

Zurück