gpt4 book ai didi

html - CSS/HTML 问题 : Background on hover and on current page

转载 作者:行者123 更新时间:2023-11-27 22:47:26 24 4
gpt4 key购买 nike

我试图让我的页面在我将鼠标悬停在链接上时以及当链接是当前事件页面时在链接上有背景(有点像 dribbble.com 的做法)。我使用 PHP 来检查当前页面是否与链接匹配,以便在它们是当前页面时为我的链接分配一个 ID,“制表符”。这是我的 CSS。

#tab {
background: url('../images/underline.gif') no-repeat;
color: #000;
}
#filter a:hover { url('../images/underline.gif') no-repeat;}

背景会在当前页面正确显示,但不会在鼠标悬停时显示。知道为什么会这样吗?

最佳答案

#tab {
background: url('../images/underline.gif') no-repeat;
color: #000;
}
#filter a:hover {
background:url('../images/underline.gif') no-repeat;
}

您的代码缺少背景:

关于html - CSS/HTML 问题 : Background on hover and on current page,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6307323/

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