css优化之ie条件注释
这些知识点网上很多,写的原因只是作为自己记录学习用。
?
?
<!--[if gte IE 6]> IE6以及IE6以上版本可识别 <![endif]-->
?
?
lte ?---Less than or equal to 小于或等于lt ? ?---Less than 小于gte ---Greater than or equal to 大于或等于gt ? ---Greater than 大于发布时间: 2012-08-29 08:40:14 作者: rapoo
css优化之ie条件注释
这些知识点网上很多,写的原因只是作为自己记录学习用。
?
?
<!--[if gte IE 6]> IE6以及IE6以上版本可识别 <![endif]-->
?
?
lte ?---Less than or equal to 小于或等于lt ? ?---Less than 小于gte ---Greater than or equal to 大于或等于gt ? ---Greater than 大于