兼容的带样式的INPUT

  1. <style>  
  2. /*  
  3.     作用描述:给INPUT添加美化的样式,兼容IE8,IE9,FF,chrome,safari等  
  4.     效果描述;  
  5.         - 1.边框带圆角  
  6.         - 2.指定INPUT高度  
  7.         - 3.INPUT文本上下居中,添加左边距  
  8.         - 4.背景色为白色  
  9.         - 5.当INPUT获得光标的时候,边框高亮显示天蓝色。  
  10.         - 6.IE7下没有高亮效果  
  11.         - 7.chrome下聚焦后边框是2px。  
  12. */  
  13. .cssInput{  
  14.     border:1px solid #7A6F6F;  
  15.     border:1px solid #7A6F6F \9;/*IE*/  
  16.     width:200px;  
  17.     height:20px;/*非IE高度*/  
  18.     height:20px \9;/*IE高度*/  
  19.     padding-left:5px; /*all*/  
  20.     line-height:20px \9;/*IE*/  
  21.     -moz-border-radius:3px;/*Firefox*/  
  22.     -webkit-border-radius:3px;/*Safari和Chrome*/  
  23.     border-radius:3px;/*IE9+*/  
  24.     background-color:white;  
  25.     outline:none;  
  26. }  
  27. .cssInput:focus{/*IE8+*/  
  28.     border-color:#78BAED;  
  29.     [;outline:1px solid #78BAED;/*chrome*/  
  30. }</style>  
  31.     <input type="text" class="cssInput" id="txt_id" value="我是cssInput的text"><br/><br/>  
  32.       
  33.     <input type="text" id="txt_id" style="width:200px;" value="我是普通的text"> 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值