css问题集合


/* 解决Google浏览器字体不小于12px的问题-----*/
html{ -webkit-text-size-adjust:none;}

/*让position:fixed在IE6下可用! */
* html,* html body{background-image:url(about:blank);background-attachment:fixed;}

/*ios系统中元素被触摸时产生的半透明灰色遮罩*/
a,button,input,textarea {-webkit-tap-highlight-color:rgba(0,0,0,0;)}
/*去除ios默认按钮样式*/
input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance:none;}
textarea {-webkit-appearance:none;}
input[type=checkbox]{-webkit-appearance:checkbox;}

你可能感兴趣的:(css问题集合)