【发布时间】:2011-01-09 21:43:56
【问题描述】:
w3c盒子模型如何渲染所有IE版本?
【问题讨论】:
-
我不明白这个问题。能否请您改写一下,或者提供一些例子?
标签: css xhtml cross-browser internet-explorer
w3c盒子模型如何渲染所有IE版本?
【问题讨论】:
标签: css xhtml cross-browser internet-explorer
你不能。
对于 IE6 和更高版本,请使用触发 Standards (AKA Strict) Mode 的 Doctype。
HTML 4.01 Strict 通常是一个不错的选择。
IE5.5/Win32及以下不支持标准盒模型。
【讨论】:
【讨论】: