gpt4 book ai didi

html - 使用@font-face 时 firefox 和 IE 中的负上边距

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

我一直在使用 Google Chrome 开发一个网站,最后决定看看它在 IE 和 Firefox 中的样子。令我惊讶的是,与 Chrome 相比,Firefox 和 Internet Explorer 都存在同样的问题。当使用 @font-face 导入字体时,Google Chrome 会按照我想要的方式显示内容,但 Firefox 和 Internet Explorer 都显示带有假想的“负上边距”的字体。我附上了一些屏幕截图,因为它有点难以解释。

谷歌浏览器

Google Chrome

火狐

Firefox

互联网浏览器

Internet Explorer http://img846.imageshack.us/img846/3021/a78c216586e54bc2b05d2a8.png

谷歌浏览器

Google Chrome

火狐

Firefox

互联网浏览器

Internet Explorer

有人知道是什么原因造成的吗?我还没有实现浏览器修复,所以导航栏的所有 CSS 是:

<div id="nav">
<ul>
<li>
<a href="#main">HOME</a>
</li>
<li>
<a href="#news">NEWS</a>
</li>
<li>
<a href="#events">EVENTS</a>
</li>
<li>
<a href="#about">ABOUT</a>
</li>
<li>
<a href="#music">MUSIC</a>
</li>
<li>
<a href="#study">STUDY</a>
</li>
<li>
<a href="#gallery">GALLERY</a>
</li>
<li>
<a href="#shop">SHOP</a>
</li>
<li>
<a href="#contact">CONTACT</a>
</li>
</ul>
</div>

#nav a {
height: 60px;
margin-bottom: 0px;
width: 105px;
display: block;
line-height: 60px;
text-align: center;
font-family: bebas;
text-decoration: none;
color: #555555;
font-size: 25px;
}

事件列表的标记是:

<div class="entry">
<div class="date">
<div class="day">15</div>
<div class="month">Nov</div>
</div>
<div class="location">
<div class="city">Melbourne</div>
<div class="club">St Judes Anglican Church</div>
</div>
<div class="clear"></div>
</div>

#events .entry{
text-transform: uppercase;
font-family: bebas;
font-size: 30px;
color: #555555;
word-spacing: 4px;
border-top: 2px solid #4A3948;
}
.city{
font-size: 40px;
}

.location{
padding-left:10px;
}
.day{
font-size: 65px;
line-height: 55px;
}
.date{
text-align: center;
width: 95px;
border-right: 4px solid;
}
.club{
font-size: 28px;
line-height: 31px;
}

有没有人有关于这个问题的任何信息?

最佳答案

这里“#nav a”而不是高度尝试删除高度并使用 padding:20px 25px;

关于html - 使用@font-face 时 firefox 和 IE 中的负上边距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14155634/

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