我对这个布局没有尽头的问题。当我在一个浏览器版本中进行更改以修复彼此相关的元素时,所有其他版本都会出现问题。我已经处理这个问题几个月了,太久了。
下面的代码代表三个嵌套的 div。里面的那个将 XML 数据导入到导航树中。无论我做什么,用户界面都会在整个页面上被抛弃。任何解决方案的想法将不胜感激。提前致谢:)
更新:不知道为什么,但是包含的代码在中间被切断了。如果有人看代码时遇到问题,请告诉我。谢谢!
<tbody style="display:block; height:100%; max-height:754px !important">
<tr id="tdHeightAdjust" valign="top" style="background-color:#f0f0f0; height:22px;">
<!-- <span style="height:22px; background-color:#f0f0f0;">-->
<td style="width:30%;" rowspan="3">
<div style="width:100%;height:100%;overflow:hidden;background-color:white">
<!--;border-right:solid 1px #999999;-->
<div id="TreePaneDiv" style="width:100%;height:100%;border-left:1px solid #999999;border-top:1px solid #999999;background-color:White;">
<div onselectstart="stopSelectStart();" class="Tree-container" id="TREEAPPTARGETDIV" style="background-color:white;padding:6px;height:750px;max-height:100%;max-width:100%">
</div>
</div>
</div>
</td>
</tr>
</tbody>