开发者

IE&/IE8 issues when loading a hover over link

开发者 https://www.devze.com 2023-01-09 03:07 出处:网络
In IE& and IE8 , when i click on a开发者_如何学Go hover over link , it just flashes and then disappears . It is not even staying for a second . Can someone help and suggest a fix ?if you using anc

In IE& and IE8 , when i click on a开发者_如何学Go hover over link , it just flashes and then disappears . It is not even staying for a second . Can someone help and suggest a fix ?


if you using anchor within li element you should have them both with, if it's only a link give it display, height and width properties via CSS.

    display:block;
    height:xpx;
    width:xpx;

This is happens because you probably do not hover over text inside of anchor but somewhere near while IE kind of browsers render anchor which has :hover pseudo class only on text once there is no size and display properties.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号