Hi All,
I'm trying to position a dialog at my mouse position in firefox.
I have one image control. On mouseover of image I call captureMouse() to get mouse position and after click on image I need to show the dialog with its topleft
corner exactly from my mousepointer (On image)
I did following work around
It goes well with IE
but has problems with firefox
...