如何在 IE 中创建一个方形复选框?
我使用下面的代码来确保它们在其他浏览器中是正方形的,但是我还没有为 IE 找到一个好的解决方案。
input[type="radio"] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
-ms-appearance: checkbox;
-o-appearance: checkbox;
}
谢谢。
如何在 IE 中创建一个方形复选框?
我使用下面的代码来确保它们在其他浏览器中是正方形的,但是我还没有为 IE 找到一个好的解决方案。
input[type="radio"] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
-ms-appearance: checkbox;
-o-appearance: checkbox;
}
谢谢。