gpt4 book ai didi

css - 显示 :table property not working in IE7

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

在 Asp.net MVC3 中出现以下错误。我在我的元素中使用了以下 CSS。它适用于 IE8 和 IE9,但不适用于 IE7。
我想要它的解决方案。帮我解决这个问题

CSS 是:

.divRow
{
display: table;
width: auto;
clear: both;
border-bottom: 1px solid #cccccc;
}


.AttlistHeading
{
display: table-cell;
width: 190px;
overflow: auto;
padding: 5px 5px 5px 7px;
text-align: left;
vertical-align: text-top;
border-bottom: 1px solid #cccccc; /* border-right:1px solid #cccccc;*/
}
.divCellHeading
{
width: 378px;
overflow: auto;
display: table-cell;
text-align: center;
padding: 5px;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.divcell
{
/*display:table-footer-group;*/
width: 378px;
overflow: auto;
display: table-cell;
text-align: center;
border-left: 1px solid #cccccc;
padding: 5px;
}

最佳答案

如果你在父 div 上使用 display:table;,你应该有 display:table-row;display:table-column; - 其中的元素。

display:table 不受 ie7 支持 http://www.quirksmode.org/css/display.html

关于css - 显示 :table property not working in IE7,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13190271/

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