[css]マウスオーバーした時の表示変更 2017.01.17css3マウスオーバーアニメーションの基本 http://www.webopixel.net/html-css/394.html 「:hover」をつける ・例 tr.paid td.bg-gray { background-color: #ffffff !important; } tr.paid:hover td.bg-gray { background-color: #000000 !important; }
コメント