I want to see the :hover style for an anchor I’m hovering on in Chrome. In Firebug, there’s a style dropdown that allows me to select different states for an element.
I can’t seem to find anything similar in Chrome. Am I missing something?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Now you can see both the pseudo-class rules and force them on elements.
To see the rules like
:hoverin the Styles pane click the small:hovtext in the top right.To force an element into
:hoverstate, right click it and select:hover.Additional tips on the elements panel in Chrome Developer Tools Shortcuts.