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

input checkbox 框子

2012-10-14 
input checkbox 边框style typetext/cssinput {?height: expression( (this.typecheckbox?15px

input checkbox 边框

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

热点排行