0
.sm:hover{border-bottom: 3px solid;
border-color: #cc181e;
padding-bottom: 0;
display: inline-block;}
這看在現代瀏覽器不錯,但不是在IE 7中(閃爍)
我試圖覆蓋風格IE7。
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/ie7Style.css" />
<![endif]-->
使用這種風格
.sm:hover{border-bottom: 0px; padding-bottom: 0; display: inline-block;}
但它仍在閃爍。 如何禁用此閃爍或如何禁用此樣式?
請不要讓我不使用IE 7,因爲網站顯示在TWebbrowser組件中。