首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

css优化之ie条件诠释

2012-08-29 
css优化之ie条件注释这些知识点网上很多,写的原因只是作为自己记录学习用。??!--[if gte IE 6] IE6以及IE

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 大于

热点排行