color invert on hover over an image map
问题 I want to invert the color of an image when mouse hovers. But i want only the part of the colors inverted based on image map. I have used image map. The area where my cursor is on image map only those colors should get inverted. I have used the following code but it does not work. function Show(idi){ document.getElementById("demo").innerHTML = "hiee"; document.getElementById(idi).style.z-index = "101"; } function hide(idi){ document.getElementById("mi").innerHTML = idi; document