I'm trying to find where a given menu item (which is within a drop down vertical menu) is located on the screen but getAbsoluteTop() getAbsoluteLeft() are zero even when the menu item is showing on the screen
The actual Element by the way seems to be
Any idea how I can find where a menu item (within a floating drop down menu) is on the screen please?
Thanks!