gpt4 book ai didi

html - CSS 虚线边框在 IE8 中总是显示为白色,为什么?

转载 作者:行者123 更新时间:2023-11-28 13:44:49 25 4
gpt4 key购买 nike

这是交易,我有以下带有虚线边框的 div:

.dashed-header {
/*background-color: transparent;*/
height: 87px;
margin-top: 5px;
border-top: 1px dashed #613e27;
border-bottom: 1px dashed #613e27;
}

出于某种原因,边框是白色的而不是 #613e27 我不知道为什么会这样?这是我的 webpage您可以在深棕色标题行中看到此边框。

最佳答案

尝试使用:

border-color: #613e27 !important;

关于html - CSS 虚线边框在 IE8 中总是显示为白色,为什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11992718/

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