gpt4 book ai didi

html - 非常奇怪的 IE7 float 影响 child 错误

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

<div style="float:right;">
<a href="#" class="button2" title="Upgrade now">Upgrade now</a>
<a href="#" class="button2" title="Buy more credits">Buy more credits</a>
</div>

float:right|left(无论是内联的还是在我的样式表中)似乎使链接失去了垂直填充和底部边框。如果我删除它,我没有问题。

这是链接的 CSS:

.button2 {
color: #fff;
font-size: 18px;
text-shadow: 0 -1px 0 #064687;
border: 0;
border-bottom: 2px #0B5BAC solid;
border-radius: 8px;
background: #1E88F2;
background: -moz-linear-gradient(top, #6BB0F7, #2089F2);
padding: 9px;
cursor: pointer;
box-shadow: 0 2px 2px #999;
text-decoration: none;
width: 270px;
}

最佳答案

通过添加 zoom: 1; 尝试旧的 'hasLayout' 修复

.button2 {
zoom: 1;
}

http://www.satzansatz.de/cssd/onhavinglayout.html

我不喜欢那样做 hack,但它似乎可以实现你想要的。

关于html - 非常奇怪的 IE7 float 影响 child 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18235204/

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