1
我需要在我的aspx頁面中使用flat和style CheckBox
。我用下面的代碼css。但沒有發生。使用CSS的Flat CheckBox
input[type="checkbox"]
{
border: 1px solid #ccc;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
我該如何解決這個問題?
可能的重複[如何使用CSS設置複選框?](http://stackoverflow.com/questions/4148499/how-to-style-checkbox-using-css) –