Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
質問が主題にあります。
デモンストレーション:)
textarea:focus { background-color: #00ff00; }
次のようなCSS 疑似クラス セレクターを使用できます。
textarea:focus { background-color: red }
これは IE7 以前では機能しないことに注意してください。
input[type='text']:focus { background-color: #0066FF; }