chrome html+css 使用记录

gxyblue 2012-05-23

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;">

以后继续补充

相关推荐

崔博伦一路有你 / 0评论 2013-04-09