Inspect the HTML Element Which comes only on Hover or Focus

firebug, html, javascript, web-inspector

Solution

On Chrome you can do it like this

See bottom right, you can toggle the element states as you wish

Problem

i just want to inspect one html code block(for eg: tooltip), which comes only when i focus on the input text box. I am unable to see the properties of the tooltip code block, using web inspector or firebug. Please help me to inspect those htmls which present only on hovering or focusing on some other elements.Thanks in advance for any help.

Original source

Related problems