html - Div obstructing onmousemove function - JavaScript -
i'm trying create magnifier application in javascript. so, when hover on image part of image displayed in corner, , on existing image, div displayed, showing me area magnify. see i'm talking on this link. unfortunately, div obstructing onmousemove fuction updates coordinates of magnified image, , laggy response...
is there solution problem? if wants see code, let me know...
give obstructing div css:
position: absolute; top: 0; left: 0; z-index: 9999; give attributes .info-cd.
Comments
Post a Comment