CSS Hack大致有3种表现形式,CSS属性前缀法、选择器前缀法以及IE条件注释法( ... .ie10 #hack{; color:red; /* Only works in IE10 */; }; /*demo2*/ ...
確定! 回上一頁