我对IE有text-decoration-color
的替代方案吗?我谷歌但没有任何解决方案。
提前致谢。
答案 0 :(得分:1)
见下面的代码:
div {
color: blue;
text-decoration: underline;
}
span{
color:black;
}
<div><span>underline below me!</span></div>
IE 不支持text-decoration-color
:https://css-tricks.com/almanac/properties/t/text-decoration-color/