gpt4 book ai didi

html - html 表格宽度在 Firefox 和 IE 中失控

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

<分区>

我应该用 div 构建它,但我必须为我的客户(虚拟用户)使用表。因此,我使用在 Chrome 中完美运行的 CSS 构建了这个 html 表格。

我已经阅读了一些相关主题,但就是没有掌握关键技巧!希望有人告诉我错误。

这是我的 CSS,我有 jsfiddle demo here (仅适用于 Chrome)请先在 Chrome 中查看 jsfiddle 演示,然后尝试 Firefox,你就会明白我的意思了。

#content_container {
width:960px;
}
#content_container .fullcontainer > table {
border-bottom: 4px solid #222;
}
#content_container .fullcontainer {
width:inherit !important;
margin: 0 auto !important;
padding: inherit !important;
}
#content_container table.eurostyle {
margin: 25px auto !important;
border-collapse: collapse !important;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
text-shadow: 1px 1px 1px #eee;
}
table td img.alignleft {
margin: 0;
}
body h2 {
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight: bold;
}
.eachtop {
border-top: 4px solid #222;
border-color: #000;
}
.eachaside {
border-top: 1px solid #222;
border-top: 1px solid #ccc;
font-size: 12px;
}
table td {

}
table h2 {
margin: 2px 0;
line-height: 1.1em;
font-size: 22px;
}
.eachtop > td:first-child {
/*height: 40px;*/
padding: 3px 0;
}
.tdfit {
padding: 0 0 0 1px;
line-height: 0;
}
.ctable {
margin: 0 0 0 0px;
}
.ctable td img, .tdfit img {
max-width: 100%;
height: auto;
}
.ctable td {
padding: 1px;
border: 1px solid #000000;
border-top: none;
border-bottom: none;
line-height: 0.9;
}
.ctable td img {

}

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