判断浏览器是不是IE,决定CSS显示样式<!--[if IE 6]> 可以把样式写在这中间<![endif]--> 只有IE6版本可见 <!--[if lte IE 6]> <![endi2023-03-04html-css360