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

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -