以下代码存在样式问题。它在IE10中运行良好但在mozilla中没有运行firefox版本22.0不支持20px的宽度。如何为两种浏览器标准化?
html{
font: 10pt 'Segoe UI';
color: #505050;
-moz-outline:none;
outline:none;
}
#ta{
width: 20px;
height: 385px;
float: left;
overflow: hidden;
padding: 0 0 0 1px;
border: none;
background: transparent;color: #2e2e2e;
font-family: 'Courier New';
font-weight: 100;
font-size: 20px;
letter-spacing: 3px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-khtml-user-select: none;
}