I am cross-browser testing and debugging my website, specifically testing for Internet Explorer version 10. I am using IE's F12 developer tool, and I want to set an element state, such as hover or active, so I can modify the css associated with the element. I found this easy to do with Google Chrome and Firefox-Firebug. Does anyone know how to do this with IE?
Asked
Active
Viewed 1,732 times
1 Answers
0
You can view the CSS applied in the various states, however you can't set a set.
To view the CSS applied in a state:
- find the element you need
- Open the developer tools
- focus the developer tools' window
- hover the element you want
- Press F5 without moving the mouse
- Ctrl+B and click on the element
source: SO Answer - Is there a way to test CSS :hover in IE Developer tools?

Community
- 1
- 1

JamesBarnett
- 109
- 3
- 5
- 17