input上的placeholder屬性修改提示文字的樣式

<input type="text" placeholder="請輸入電話號碼" />web

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

相關文章
相關標籤/搜索