Home » CSS » Css miscellaneous » Question
  1. Which of the following does not support the “:hover” pseudoclass?
    1. Opera
    2. Safari
    3. IE 6
    4. Chrome
    5. 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.



Your comments will be displayed only after manual approval.