gpt4 book ai didi

html - CSS 样式 a :visited not being honored

转载 作者:太空宇宙 更新时间:2023-11-04 14:02:03 27 4
gpt4 key购买 nike

有人知道为什么 Safari 不支持我关注的灰色链接颜色吗?适用于 Chrome。

<style type="text/css">
a:link {
color:#6495ED;
}
a:visited {
color : grey;
}
a:active,
a:hover {
color: white;
}

最佳答案

可能是因为它在 HTML 颜色名称中是 gray 而不是 grey

Grey 是英式英语,但编码中的拼写始终(据我所知)是美式英语。

关于html - CSS 样式 a :visited not being honored,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21441772/

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