-
Which of the following does not support the “:hover” pseudoclass?
-
- Opera
- Safari
- IE 6
- Chrome
- None of these
Correct Option: C
IE 6 does not support the “:hover” pseudoclass on elements other than anchor tags. To get hover work in IE6, we create a class that duplicates the :hover styles, and then script a function to toggle that class on/off.