我正在尝试将文本与表单的选择元素内的中心对齐。它在 Firefox 中运行良好,但文本仍然在 Chrome 中左对齐:有什么想法吗?
这是CSS:
.top-search select{
background: #fff;
border: 1px solid #ccc;
width: 190px;
height: 28px;
text-align: center;
padding-top: 4px;
}
在 FF 中可以正常工作,但在 Chrome 中不行
我正在尝试将文本与表单的选择元素内的中心对齐。它在 Firefox 中运行良好,但文本仍然在 Chrome 中左对齐:有什么想法吗?
这是CSS:
.top-search select{
background: #fff;
border: 1px solid #ccc;
width: 190px;
height: 28px;
text-align: center;
padding-top: 4px;
}
在 FF 中可以正常工作,但在 Chrome 中不行