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.
使用するとき
::selection{ background: green; color: white; }
すべてを選択すると、サイトの一部がまだ青になっています。これを修正して、背景が緑のみで青がまったくないようにする方法はありますか?
それらの部分はすべてのサイトで発生します。それは正常です。私のものを見てください:santz.net
私は同じ問題を抱えていますが、それはブラウザのバグです。コーディングの問題ではありません。
コードは大丈夫です。ただし、これは Mozilla にも必要な場合があります
::-moz-selection { background-color: green; color: #fff; } ::selection { background-color: green; color: #fff; }