我有以下CSS代码
* html .Wrapper {
margin-bottom: 45px;
margin-top: 0;
width: 100%;
height: 100%;
}
上面的css代码中*和html的作用是什么?
我有以下CSS代码
* html .Wrapper {
margin-bottom: 45px;
margin-top: 0;
width: 100%;
height: 100%;
}
上面的css代码中*和html的作用是什么?
让您的 CSS 与 IE6 浏览器兼容是一种技巧。
您可以从此处参考各种 IE 版本的更多 hack 技术:http: //css-tricks.com/how-to-create-an-ie-only-stylesheet/