CSS HACK - 區分IE 各版本寫法 .color{ _color:green;} ... *+html .color { color: red; } ( IE7 ONLY ). @media screen\9 { ... ( IE11 + ).
確定! 回上一頁