gpt4 book ai didi

html - Internet Explorer 中的表格填充

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

我注意到 Internet Explorer 似乎忽略了表格的填充。我已经测试了版本 7、8 和 9。

最好的解决方法是什么?我更喜欢一种完全基于 CSS 的解决方法,而不是涉及在 <div> 中包装表格的解决方法s 或搞乱一般的标签。

最佳答案

试试这个:

td
{
display: table-cell;
padding: 30px;
border: 1px solid #000000;
}

见于 jsfiddle .

关于html - Internet Explorer 中的表格填充,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5008158/

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