I am using Firefox for development.
I would like to see what CSS styles are added to A tag when I hover the mouse over it. How can I do this in Firefox?
UPDATE
I right-clicked on the tag and select inspect the element. I can see the styles added to the bottom right pane. However, if I move the mouse to the css pane to examine styles, then the added CSS styles disappear. I understand that I may need to break on something, but I cannot get it working.
Thanks!