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.
CSS でチェックボックスの幅と高さを修正しました。IE ブラウザでは問題なく動作しますが、Mozila Firefox では動作しません。
このリンクにアクセスしてください
このCSSを試してください:
input[type="checkbox"] { width:9px; height:9px; -moz-appearance: none; }