我有这个简单的 HTML
<html>
<head>
<style>
</style>
</head>
<body>
<div style="position: relative; overflow: visible; width: 100%; height: 100%;" class="surface">
<div style="width: 300px; max-height: 2px; height: 2px; position: absolute; left: 36.165px; top: 0.8957px; border: 1px solid red;"></div>
<div style="width: 1px; height: 200px; position: absolute; left: 30.165px; top: 47.8957px; border: 1px solid red;"></div>
</div>
</body>
</html>
基本上有两个div
s:一个“水平”(高度2px)和一个“垂直”(高度2px)。
当我在 Firefox 上查看页面时:
而在 IE (8) 上发生了一些奇怪的事情:
顶部 DIV 不是 2px 高。
知道为什么会这样吗?