Inspect hovered element in Chrome?

Skitterm picture Skitterm · Mar 12, 2013 · Viewed 67.6k times · Source

I am trying to view, through Chrome's developer tools, how tooltips are structured on a site. However, even when I am hovered over the item, when I "inspect element", nothing shows for the tooltip in the html. I know I can set the Style to :hover, but I still can't see the html or css of the tooltip.

Any ideas?

Answer

dwjohnston picture dwjohnston · Jul 29, 2016

F8 will pause debugging.

On Mac, you may need to have the 'Sources' tab of the developer tools open.

Mouse over the tooltip, and press F8 while it is displayed.

You can now use the inspector to look at the CSS.