gpt4 book ai didi

styles - 如何使用 CSS 在 IE7,8,9 中使标题有光泽

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

我正在使用下面的代码来获得标题标签的光泽外观。它在 FF、Chrome 和 IE10 中运行良好。但是在IE7、8、9等低版本IE中加载时。失去光泽。任何机构都可以帮助我在标题上获得光泽外观吗?请引用下图的光泽外观和正常外观。

有光泽的标题 Glossy Header

普通标题 Normal Header

.docTitle
{
font-weight: bold;
width: 99.3%;

font: bold 12px/100% Arial,Verdana,helvetica;
padding: 8px 5px;
text-decoration: none;
color: rgb(255, 255, 255);
text-shadow: 0 -1px 0 rgba(0,0,0,.9);
background: #255182;
background: -webkit-linear-gradient(top, #2f4f88, #385993 49%, #21427d 50%, #255182);
background: -moz-linear-gradient(top, #2f4f88, #385993 49%, #21427d 50%, #255182);
background: -ms-linear-gradient(top, #2f4f88, #385993 49%, #21427d 50%, #255182);
background: -o-linear-gradient(top, #2f4f88, #385993 49%, #21427d 50%, #255182);
background: linear-gradient(to bottom, #2f4f88, #385993 49%, #21427d 50%, #255182);
}

最佳答案

请参阅此页面上的“注释”和“资源”:http://caniuse.com/#feat=css-gradients .较旧的 IE 不支持 css3 渐变,但如果它对您足够重要,则有一些解决方法。我个人认为 IE 中的“非光泽”外观没问题。

http://css3pie.com/是在 IE 中模拟支持的一种选择。

关于styles - 如何使用 CSS 在 IE7,8,9 中使标题有光泽,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19302178/

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