gpt4 book ai didi

html - 不同浏览器的行高和字体大小?

转载 作者:太空宇宙 更新时间:2023-11-03 18:21:29 24 4
gpt4 key购买 nike

我正在尝试垂直对齐 div 中的数字。这是代码:

<div class="nb">2</div> 

display: inline-block;
height: 56px;
width: 56px;
background: transparent url("../img/stepnb.png") center center no-repeat;
line-height: 56px;
color: #255066;
text-shadow: 1px 1px 3px rgba(255,255,255,.75), -1px -1px 2px rgba(0,0,0,0.75);
font-size: 42px;
font-weight: bold;
margin-top: -25px;

enter image description here注意:结果在 IE9 到 11 上是相同的

如您所见,它在不同的浏览器上并不是垂直居中的。您知道我如何在没有条件注释或 css hack 的情况下在所有主要浏览器上对齐它吗?

编辑:问题可能来自使用 css 重置,我会检查一下。

编辑 2:对齐问题来自分配给父 div 的“Myriad pro”字体。

最佳答案

对齐问题来自分配给父 div 的“Myriad pro”字体。

谢谢大家的帮助:)

关于html - 不同浏览器的行高和字体大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21752001/

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