当前位置: 代码迷 >> HTML/CSS >> CSS input 不同门类 分别设置宽度
  详细解决方案

CSS input 不同门类 分别设置宽度

热度:189   发布时间:2012-06-30 17:20:12.0
CSS input 不同类型 分别设置宽度
input {
         width: expression((this.type=="checkbox" || this.type=="radio") ?"20px":"86px");
}
  相关解决方案