:hover is not working properly in IE9

前端 未结 4 1750
天涯浪人
天涯浪人 2020-12-31 09:36

I have a simple CSS dropdown menu with an iframe inside it. When I hover my mouse over the dropdown menu, the menu drops down. But when my mouse hovers the iframe inside the

4条回答
  •  耶瑟儿~
    2020-12-31 10:03

    I have faced similar problems while working with the :hover psuedo class. It started working fine when I changed the Document mode of the browser to IE 9 and the Browser mode also set to IE9. IE 9 has the document mode set to IE8 by default.

    Additionally, you can add the following meta info in the head tag:

    
    

    Hope this helps.

提交回复
热议问题