gpt4 book ai didi

google-chrome - css 中的省略号在 Firefox (16.0.2) 中有效,但在 Chrome (22.0.1229.94) 中无效

转载 作者:技术小花猫 更新时间:2023-10-29 10:38:35 25 4
gpt4 key购买 nike

我有以下 html:

<div class="x">
<div class="y" title="aaaaa">
<a href="/">
aaaaa
</a>
</div>
<div class="y" title="bbbbbb">
<a href="/">
bbbbbb
</a>
</div>
<div class="y" title="ccccc">
<a href="/">
ccccc
</a>
</div>
<div class="y" title="dddddddd">
<a href="/">
dddddddd
</a>
</div>
</div>

使用 CSS:

.x{
width: 10em;
background-color: #FFB9B9;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.y {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 18px;
white-space: nowrap;
background-color: #E1CECE;
display: inline-block;
}

您可以在这里看到:http://jsfiddle.net/fDBbm/

省略号从一开始就在 Firefox (16.0.2) 中有效,但在 Chrome (22.0.1229.94) 中无效。

最佳答案

这是一个错误,源于使用 display:inline-blocktext-overflow: ellipsis。不幸的是,当配对/一起使用时,Chrome 无法正确处理这些属性。

这个错误是几个月前报告的:http://code.google.com/p/chromium/issues/detail?id=133700

关于google-chrome - css 中的省略号在 Firefox (16.0.2) 中有效,但在 Chrome (22.0.1229.94) 中无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13761725/

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