gpt4 book ai didi

CSS :visited border change

转载 作者:行者123 更新时间:2023-11-28 12:11:52 26 4
gpt4 key购买 nike

好吧,我所做的是将 a 元素设置为如下所示

enter image description here

问题是,当访问该链接时,它会出现某种黑色实心边框,而不是开始/插入边框。 enter image description here

PS:我尝试使用 :visited 选择器并设置边框,但这没有用。

这是我在 HTML 中使用的内容:

<a href ='link' class='button'>Editer</a>

CSS:

.button {
text-decoration:none;
color:#000000;
padding:1px;
padding-left:5px;
padding-right:5px;
background:url(../image/admin/cp_button_bg.gif);
font-weight:bold;
font-size:12px;
border:outset;
}
.button:active {
border:inset;
}
.button:visited {
text-decoration:none;
}

最佳答案

通过在 :visited 时更改边框颜色来修复此问题

关于CSS :visited border change,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30005129/

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