ie8兼容ie7css的方法和min-height的兼容问题

在网页文件头部head和/head之间加入META http-equiv=X-UA-Compatible content=IE=EmulateIE7 的代码(注意加上<>),即可解决兼容问题。

对于min-height在ie6失效的问题,可以加一个_height的代码,例如

加入 min-height:340px;_height:340px; 就能兼容ie6和ie7了

posted @ 2010-07-01 02:32  星火卓越  阅读(1578)  评论(0)    收藏  举报