Home > Web Front-end > HTML Tutorial > css修改输入框的placeholder颜色_html/css_WEB-ITnose

css修改输入框的placeholder颜色_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:14:55
Original
893 people have browsed it

::-webkit-input-placeholder { /* WebKit browsers */    color:    #999;}    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */    color:    #999;}    ::-moz-placeholder { /* Mozilla Firefox 19+ */    color:    #999;}    :-ms-input-placeholder { /* Internet Explorer 10+ */    color:    #999;}
Copy after login


source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template