「CSS」:focusでフォーカスのサンプル
1.CSSコード
<style> .cft:focus { background-color: green; } </style>
2.htmlコード
<input type="text" class="cft" maxlength="10″ value="テスト" />
Coding Changes the World
1.CSSコード
<style> .cft:focus { background-color: green; } </style>
2.htmlコード
<input type="text" class="cft" maxlength="10″ value="テスト" />