当前位置: 代码迷 >> Web前端 >> input checkbox 框子
  详细解决方案

input checkbox 框子

热度:392   发布时间:2012-10-14 14:55:07.0
input checkbox 边框

<style type="text/css">
input {
?height: expression( (this.type=="checkbox"?"15px":"") );
?width:? expression( (this.type=="checkbox"?"15px":"") );
}
</style>

  相关解决方案