Question : Easy DHTML Question.    mouseonover effect examples.

Hi there I need mouse OnOver effect while user over on some text some text.

like this link but image should be changed user on over text.
to clarify it, assume there are Iphone, Imac, Ipod text if user on any one of them the picture should
change.

http://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_onmouseover

kind regards.

Answer : Easy DHTML Question.    mouseonover effect examples.

hi there

thanks for you comment but I find the way to fade away my problem.

<li>9 <a onmouseover="change('images/me.jpg')" href="http://www.XXX.com" target="_blank"><b>Kh</b> </a> III</li>


here is my JS function


 <script type="text/javascript">
 12
 13
 14 function change(img_name)
 15    {
 16   document.getElementById("lab_fasicility").src = img_name;
 17    }
 18
 19
 20 </script>


regards.
Random Solutions  
 
programming4us programming4us