这是一个非常简单的html页面。使用 IE(选中 8,10),文本超出其容器。但是FF,Chrome不会出现这样的问题。
<!DOCTYPE html>
<html>
<body>
<div style="display:inline-block;border:1px solid black">
<table>
<caption><nobr>I' m table caption</nobr></caption>
</table>
</div>
</body>
</html>
表的“标题”标签似乎是原因。有人知道为什么它在 IE 中的行为不同吗?谢谢。