我需要使用边框设置输入文本框的样式。边框目前在FF和Chrome中可见,但不在IE中显示。
我用谷歌搜索了这个并且找不到有效的解决方案。以下是我尝试过的事情:
.text-input sort-item, input.typeText, input[type="text"] {
border-style: solid !important;
border-width: 1px !important;
border-color: #000 !important;
}
<!--[if lt IE 9]> <script src="//ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script> <![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=100" >
这些方法都不起作用。仅在单击文本框或其中包含文本时才会显示样式。