gpt4 book ai didi

css - :first-letter selector working in Firefox not in Internet Explorer?

转载 作者:太空宇宙 更新时间:2023-11-03 19:19:13 26 4
gpt4 key购买 nike

为什么这个简单的 CSS 在 FF 中有效,但在 IE 中却无效???

<style>

.FirstLetter:first-letter{font-family: arial; font-size: 14pt; font-weight: bold;color:White; background:Blue; border:1px black solid; padding-top:8px; padding-left:8px; padding-bottom:3px;}
.Spaced{letter-spacing: 5px;font-family: arial; font-size: 14pt; font-weight: bold;}
</style>

<div class="FirstLetter Spaced headerFont">
Executive Summary
</div>

这是一个例子,如果两个浏览器在第一个蓝色框的字母上显示不同的结果... enter image description here

最佳答案

FirstLetter:first-letter 选择器,如果 IE 不完全支持 reference

enter image description here

关于css - :first-letter selector working in Firefox not in Internet Explorer?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4927319/

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