I am displaying dynamically image on mouseover of one title. I do it with document.getElementById("imgid").src="image path here";
this works in IE but does not work in Mozilla. and strange thing is that when I use alert i get perfect image path every time but unable to get changed image.
any idea


