gpt4 book ai didi

HTML CSS IE7 表格溢出问题

转载 作者:行者123 更新时间:2023-11-28 02:16:15 26 4
gpt4 key购买 nike

我有一张 table ,我指定它有一定的高度。我期待溢出并且在 Firefox 上添加了一个滚动并且一切都很好。我的 table 下方有一个标签,显示在下方。

在 IE7 上,超出表格高度的行仍然可见。所以你可以想象 table 一直在超出它的高度尺寸。

我认为问题与溢出属性有关?我尝试了不同的 W3,但似乎没有什么不同?

<div style='height:285px;'>
<table id='search_results_originaltable' style='width: 390px;height:285px;'>
<thead>
<tr style='position: relative;display:block;'>
<th><div style='margin-left:15px;' /></th> <th><div style='width:30px;color:orange;'>ID</div></th> <th style='width:170px;color:orange;'>University</th> <th style='width:50px;color:orange;'>PnL</th> <th style='width:40px;color:orange;'>Score</th> <th style='width:30px;color:orange;'>CV</th>
</tr>
</thead>
<tbody id='to_replace' style='overflow:hidden;height:200px;'>
<tr style='height:auto;position: relative;display:block;'>
<td style='width:15px;'><input type='checkbox' name='checkbox69' id='checkbox69' value='69'></td> <td style='width:30px;color:rgb(22,87,136);'>69</td> <td style='font-size:10px;width:170px;color:rgb(22,87,136);'>data</td> <td style='width:50px;color:rgb(22,87,136);'>test</td> <td style='width:40px;color:rgb(22,87,136);'>test</td> <td style='width:40px;color:rgb(22,87,136);'><a href=javascript:ShowCV('70483') class='tab' style='width:30px;' label id='A6'>View</a></td>
</tr>
</tbody>
</table>
</div>

最佳答案

您需要删除 position: relative;来自您的 <tr> 的样式元素,并添加 overflow: auto;包含 <div> 的样式.这随后在 Chrome、IE7 和 IE8 上呈现良好。

关于HTML CSS IE7 表格溢出问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4153729/

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