`
codejm
  • 浏览: 29852 次
  • 来自: 青岛
社区版块
存档分类
最新评论

chrome html+css 使用记录

阅读更多

chrome 取消表单项聚焦时产生的黄色边框:

 

input,button,select,textarea{outline:none}

 

chrome 取消textarea的拖动改变大小的功能:

 

textarea{resize:none}

 

语音搜索功能:

<input type="text" x-webkit-speech />

 

圆角功能:

  <input type="text" id="username" name="usernmae" style="-webkit-border-radius: 4px; -moz-border-radius: 4px; border:1px solid #C5DBE7; width:200px; height:25px;">

 

 

以后继续补充

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics