gpt4 book ai didi

html - IE7/8 中的 Colspan 不受尊重

转载 作者:太空狗 更新时间:2023-10-29 13:57:15 25 4
gpt4 key购买 nike

DOM 看起来像这样:

<table>
<tr>
<td>a</td>...<td>g</td>
</tr>
<tr>
<td colspan="3">
<table>
...
</table>
</td>
</tr>
<tr>
<td></td>...<td></td>
</tr>
</table>

知道为什么这在 IE 中不起作用吗?我尝试在保存内表的 TD 上设置 width:auto,并且 table-layout:fixed 不可行,因为表格数据是动态生成。

可能出了什么问题?

目前表格只填充第一列,不会跨越。

更新:示例

http://stefankendall.com/files/example.html

最佳答案

使用colSpan,而不是colspan

关于html - IE7/8 中的 Colspan 不受尊重,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3064171/

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