读书人

chrome html+css 施用记录

发布时间: 2012-07-27 11:03:00 作者: rapoo

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

?

?

以后继续补充

?

读书人网 >CSS

热点推荐