这是一个有价值的参考. http://www.quirksmode.org/css/contents.html
此外,对于IE和选择其他浏览器 - 条件评论. http://msdn.microsoft.com/en-us/library/ms537512.aspx
我用这种方式.我重写任何IE细节.
<link rel="stylesheet" type="text/css" href="theme.css" />
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="theme-ie6.css" />
<![endif]-->
Run Code Online (Sandbox Code Playgroud)