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.
tr on hover の背景色を変更したいのですが、その影響を受ける行を選択する方法はありますか? この時点で私は使用しています
tr:hover td{background:#EDEDED;}
しかし、これは私のページのすべての tr の背景色を変更します。class="change_on_over" の例で tr にのみ変更を適用する方法はありますか
tr.change_on_over:hover td { background:#EDEDED; }