以下 Html 片段在 IE10 和旧版本上看起来不同:
<html>
<body>
<form>
<fieldset style="position:absolute; left: 0px; top: 0px; width: 200px; height: 30px;">
<label>text1</label>
</fieldset>
<label style="position:absolute;width:65px;line-height:15px;height:15px;left:0px;top:40;">text2</label>
</form>
</body>
</html>
IE10:
IE8:
撇开字体变化不谈,如何更改页面以使两个浏览器中的布局与 IE8 中的布局相同?