gpt4 book ai didi

javascript - table 互相重叠

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

我的页面中有三个表....所有三个表都重叠....如何避免三个表重叠....

http://jsfiddle.net/WG7kk/3/embedded/result/

<table id="inventoryTable" class="table dataTable" aria-describedby="inventoryTable_info">
<thead>
<tr class="inventoryListHeading" role="row" style="background-color: #1a4567; color: white;">
<th class="sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 103px;">Qty</th>
<th class="sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 123px;">MFG P/N</th>
<th class="sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 85px;">Unit Price</th>
<th class="sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 134px;">Ext. Price</th>
</tr>
</thead>

<tbody role="alert" aria-live="polite" aria-relevant="all">
<tr id="row_1" class="odd">
<td class=" "><div id="fdCompanyName_1"><a href="/Customer/index/?step=modify&amp;cid=1">FQ Systems</a></div></td>
<td class=" "><div id="fdCustId_1"><a href="/Customer/index/?step=modify&amp;cid=1">1</a></div></td>
<td class=" "><div id="fdContactName_1"><a href="/Customer/index/?step=modify&amp;cid=1">Soojin Kim</a></div></td>
<td class=" "><div id="fdPhone_1"><a href="/Customer/index/?step=modify&amp;cid=1">408-172-3827</a></div></td>
</tr>

</tbody>
</table>

最佳答案

从技术上讲,您的 table 没有任何问题。它必须是你的 CSS。使用像 Firebug 这样的工具来帮助您调试它。

关于javascript - table 互相重叠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15668049/

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