首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

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

2012-06-30 
CSS input 不同类型 分别设置宽度input {width: expression((this.typecheckbox || this.typeradio

CSS input 不同类型 分别设置宽度
input {
         width: expression((this.type=="checkbox" || this.type=="radio") ?"20px":"86px");
}

热点排行