K
Kerstin
Hi,
sorry, but I am not familiar with Javascript.
I want to use the mouseover effect for changing a name of a person to its
picture.
In the web I have only found examples for switching text to text or picture
to picture.
Is it possible to match the solutions?
Thank you very much for any hint
Kerstin
------
<script language="JavaScript">
<!--
button1= new Image();
button1.src = "B1.jpg"
button2= new Image();
button2.src = "KS.png"
/* usw. für alle Grafiken,
die am Mouse-Over-Effekt beteiligt sind */
//-->
</script>
</head>
<base target="Hauptframe">
<p><body"></p>
<p align="left">
<a href="Kerstintest.htm" onmouseover="austausch1.src='B1.jpg';"
onmouseout="austausch1.src='KS.jpg';">
<img src="KS.jpg" border="0" name="austausch1" width="300" height="150"></a>
sorry, but I am not familiar with Javascript.
I want to use the mouseover effect for changing a name of a person to its
picture.
In the web I have only found examples for switching text to text or picture
to picture.
Is it possible to match the solutions?
Thank you very much for any hint
Kerstin
------
<script language="JavaScript">
<!--
button1= new Image();
button1.src = "B1.jpg"
button2= new Image();
button2.src = "KS.png"
/* usw. für alle Grafiken,
die am Mouse-Over-Effekt beteiligt sind */
//-->
</script>
</head>
<base target="Hauptframe">
<p><body"></p>
<p align="left">
<a href="Kerstintest.htm" onmouseover="austausch1.src='B1.jpg';"
onmouseout="austausch1.src='KS.jpg';">
<img src="KS.jpg" border="0" name="austausch1" width="300" height="150"></a>