1.

Which of the following does not support the “:hover” pseudoclass?(a) IE 6(b) Chrome(c) Opera(d) SafariI got this question in an interview for internship.My question is taken from Sliding Doors & Clipped Sliding Doors in section Layout & Images of CSS

Answer»

The correct option is (a) IE 6

Explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions