gpt4 book ai didi

css - IE7、IE8 和 FF 中的文本换行差异

转载 作者:行者123 更新时间:2023-11-28 12:27:23 24 4
gpt4 key购买 nike

当我有这个 <table>下面,文本在 FF 和 IE8 中根据需要换行,但是当我在兼容模式或 IE7 中运行它时,文本不会换行并且前面的宽度基本上被忽略。有办法解决这个问题吗?这是一个简化的例子。

<table>
<tr>
<td style="width:125px">
hi
</td>
<td>bye</td>
</tr>
<tr>
<td>
line of text that will equal more than the above width
</td>
<td>bye</td>
</tr>
</table>

最佳答案

<table>
<tr>
<td style="width:125px">
hi
</td>
<td>bye</td>
</tr>
<tr>
<td style="width:125px">
line of text that will equal more than the above width
</td>
<td>bye</td>
</tr>
</table>

关于css - IE7、IE8 和 FF 中的文本换行差异,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2595241/

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