I’m trying to use Firebug to inspect a page element that appears when I hover over a photo.
Problem is, the element’s position is dynamically offset from the mouse position, so it’s impossible for me to right-click on it to get the “Inspect Element” option.
I had hoped that the onhover element would be inserted into the DOM in a sensible place, but so far, I haven’t been able to find it.
Any suggestions?
This isn’t an ideal solution, but you could investigate the onhover code to find out more information about the element that’s being created. That info might allow you to find it in Firebug’s DOM viewer.