Note: I\'ve read similar threads, but none quite my issue - I can right click on it fine, it just then disappears.
I find \"Inspect Element\" an invaluable tool in C
You can also do this in the javascript console:
$('#foo').trigger('mouseover');
An that will "freeze" the element in the "hover" state.