摘要: 1浏览器模式:影响浏览器的版本及IE的条件注释<!–[if IE 7]><style type=”text/css”>.content{color:#F00;}</style><![endif]–>2文档模式:影响IE的排版引擎和对DOM的渲染<style type=”text/css”>.content{*color:#F00;}</style>IE7一下都为红色字体<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7&qu 阅读全文
posted @ 2013-05-31 11:42 百里水上 阅读(166) 评论(0) 推荐(0)