当前位置: 代码迷 >> HTML/CSS >> chrome html+css 施用记录
  详细解决方案

chrome html+css 施用记录

热度:1093   发布时间:2012-07-27 11:03:00.0
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;">

?

?

以后继续补充

?

  相关解决方案