开发者

How to render all IE version with w3c box model?

开发者 https://www.devze.com 2022-12-18 09:47 出处:网络
How to render all IE version with w3c bo开发者_如何学运维x model?You can\'t. For IE6 and newer, use a Doctype that triggers Standards (AKA Strict) Mode.

How to render all IE version with w3c bo开发者_如何学运维x model?


You can't.

For IE6 and newer, use a Doctype that triggers Standards (AKA Strict) Mode.

HTML 4.01 Strict is usually a good bet.

IE5.5/Win32 and lower just don't support the standard box model.


See this question.

0

精彩评论

暂无评论...
验证码 换一张
取 消