このサイトは1ヶ月 (30日) 以上ログインされていません。 サイト管理者の方はこちらからログインすると、この広告を消すことができます。

スキのコメント返信

>Kさん(ログインしなくても送れる表記について)2020021811:27

ご質問ありがとうございます!

非表示ではなく、文字を透明にする形になりますが、
以下のCSS設定はいかがでしょうか。

textarea::placeholder {
color: transparent;
}
textarea::-webkit-input-placeholder {
color: transparent;
}
textarea:-ms-input-placeholder {
color: transparent;
}
textarea::-moz-placeholder {
color: transparent;
}

また何かございましたら、お気軽にお問い合わせください!

2020/02/17 20:37