考虑以下情况,之前没有空格[并且在8 F12控制台中看不到它作为评论,但是无法显示覆盖样式。
不要在新的IE中使用兼容模式,它以这种方式工作正常,但不是真正的IE 8。 有什么问题?
#SectionManagerContent{
height: 100%;
width: 100%;
overflow: auto;
padding:0px;
margin:0px;
}
</style>
<!--[if IE 8]>
<style>
#SectionManagerContent{
height: 400px !important;
overflow:scroll !important;
}
</style>
<![endif]-->