静静地看我吹牛逼....
-
诊断:项目中发现 textarea 底部总会都 5px 左右的padding
-
配方:
textarea { vertical-align: bottom; }
使用 display: block; 也行。。。 研究下
-
诊断:
-
配方:
::-ms-clear { display: none; } ::-ms-reveal { display: none; }
see more:
see solution at:
- https://css-tricks.com/fighting-the-space-between-inline-block-elements/
- http://www.zhangxinxu.com/wordpress/2012/04/inline-block-space-remove-%E5%8E%BB%E9%99%A4%E9%97%B4%E8%B7%9D/
- 解决方案:
-
http://www.liuhaihua.cn/archives/9256.html DXImageTransform.Microsoft.gradient
-
less 解决 http://www.lesscss.net/functions/#color-definition-argb-color-
- 加个
transform: translate3d(0, 0, 0);