gpt4 book ai didi

html - 为什么我的表格边框显示在 Firefox 和 Chrome 而不是 Internet Explorer 中?

转载 作者:太空宇宙 更新时间:2023-11-04 05:30:31 26 4
gpt4 key购买 nike

我在表格上有一些基本的 CSS,但我无法在 IE6、IE7 或 IE8 中显示边框。边框显示在 Chrome 和 Firefox 中。这是 CSS:

#infoTable { width:500px;
margin-left:auto;
margin-right:auto;
border-collapse:collapse;
border-width:thin !important;
border-style:solid !important; }
#infoTable td { max-width:150px;
padding-left:5px;
padding-right:5px;
font-size: 10px;
padding-bottom:15px;
border-collapse:collapse;
border-width:thin !important;
border-style:solid !important; }

在我多次尝试让它工作时,我添加了 !important 标签来尝试让它工作。感谢您的帮助。

谢谢,

埃里克·R。

最佳答案

使用边框颜色属性

关于html - 为什么我的表格边框显示在 Firefox 和 Chrome 而不是 Internet Explorer 中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3440220/

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