这是仍然突出显示 Firefox 行为的最小代码(在 Chrome 和 IE 中,滚动条按预期显示)
<html>
<body>
<table style="width:100%; height:100%;">
<tbody>
<tr>
<td style=" width: 75%; height: 100%; vertical-align: top; background-color: #FFE4C4;">
<div style=" width: 100%; height: 100%; overflow: auto;">
<div> 1 __________________ line </div>
<div> 1 __________________ line </div>
<div> 1 __________________ line </div>
<div> 1 __________________ line </div>
<div> 1 __________________ line </div>
<div> 1 __________________ line </div>
<div> 1 __________________ line </div>
<div> 1 __________________ line </div>
<div> 1 __________________ line </div>
<div> 1 __________________ line </div>
<div> 1 __________________ line </div>
<div> 1 __________________ line </div>
</div>
</td>
<td style="background-color: #DEB887;"> <div> . </div> </td>
</tr>
</tbody>
</table>
</body>
</html>
有任何提示让它在 FF 中也能正常工作吗?非常感谢