摘要: 1.‘\9’: eg:.test { color/*\**/: blue\9 }.header {width:300px;} /* 所有浏览器*/.header {width/*\**/:330px\9;} /* 所有浏览器IE浏览器 */.header {*width:310px;} /* IE7和IE6能识别,IE8和FF不能识别*/.header {_width:290px;} /* IE6能识别,IE7、IE8和FF不能识别*/2.利用条件注释语句:!–[if IE] 此内容只有IE可见 ![endif]– lt 表示less than 当前条件版本以下的版本,不包含当前版本。 阅读全文
posted @ 2011-01-29 19:46 allexwang 阅读(751) 评论(0) 推荐(0)