Instructions: hover the mouse in any of the green square images, at each 4 corners
Expected results: the values in the input text should be the same values indicated at each 4 corners of both green square images

When you mouse over the 4 corners of any of the 2 light green square images, the expected coordinates event.x, event.y values are indicated in the image: eg top,left corner should return 0,0 as event.x,event.y values. Opera 8 build 7561, Opera 8.02 build 7680 and Opera 9 build 8031 still FAIL this test.

This is the code for both paragraphs:
<p id="idFirstParg"><img src="../../GRAPHICS/GIF/EventXY.gif" style="position: relative; top: 12px; left: 34px;" width="101" height="101" alt=""></p>
<p id="idSecondParg" style="position: absolute; top: 14em; left: 20em; color: white; background-color: blue; width: 20em; height: 20em;">[[text+explanations]]<br>
<img src="../../GRAPHICS/GIF/EventXY.gif" style="position: relative; top: 45px; left: 67px;" width="101" height="101" alt=""></p>
"Sets or retrieves the y-coordinate, in pixels, of the mouse pointer's position relative to a relatively positioned parent element."
event.y property at MSDN2