Here is my webpage: http://www.lightsforafrica.org/project.html
HOVERPICS.
It used to work but, even though I've changed nothing, it no longer works!
When you hover your mouse over the 5 words: America, Asia, Europe, India and Africa (towards the foot of the page) the image with the lights used to change to that region.
I'm using this code:
<SCRIPT type="text/javascript">
<!--
var hoverTrg11=document.getElementById("hoverArea11");
var hoverImg2=document.getElementById("hoverPic2");
hoverTrg11.onmouseover=function(){
hoverImg2.src="Images/lights_america.jpg";
}
<td><img id="hoverArea11" src="Images/America.gif" alt="" width="130" height="39" /></td>
This seems to have happened on all my website (which all previously worked).
Any ideas?