gpt4 book ai didi

html - CSS 问题 : a:hover not working with IE (css Ninja needed)

转载 作者:技术小花猫 更新时间:2023-10-29 12:39:28 26 4
gpt4 key购买 nike

为什么 IE 不能更改我网站上的选项卡 a:hover 的背景颜色,但在 Firefox/Chrome/Safari 中却可以正确更改?

我该怎么做才能让它在 IE 6+ 中运行?

HTML

<ul class="tabbernav">
<li class="tabberactive"><a title="All" href="javascript:void(null);">All</a></li>
<li class=""><a>Tab1<span class="tabTotal"> (0)</span></a></li>
<li class=""><a>Tab2<span class="tabTotal"> (2)</span></a></li>
<li class=""><a>Tab3<span class="tabTotal"> (1)</span></a></li>
</ul>

CSS

ul.tabbernav li a:hover {background:#fdfdfd; border: 1px solid #555; border-bottom: none; color:#3366a9; cursor: pointer}

最佳答案

你应该放置href="" <a> 中的属性标签。

这会很好用。

也使用 <!doctype html>页面顶部的标记。现在一切都会好起来的。

关于html - CSS 问题 : a:hover not working with IE (css Ninja needed),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1291309/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com