-3
デフォルトのhtmlのように暗いテキストではなく暗いテキストでプレースホルダーを探します。暗いテキスト(暗黙でない)のプレースホルダー
デフォルトのhtmlのように暗いテキストではなく暗いテキストでプレースホルダーを探します。暗いテキスト(暗黙でない)のプレースホルダー
使用HTML5 placeholder属性(ブラウザのサポート:http://caniuse.com/#search=placeholder)
<input type=text placeholder="I am a placeholder">
とスタイル、それはここで説明するのが好き:
ご質問あなたを見Change an HTML5 input's placeholder color with CSS
input::-webkit-input-placeholder {
color: black;
}
*その瞬間5年前に投稿されました。* –