クリックされたときに他のリンクのリンクを変更しようとしています。たとえば、ユーザーが AZ をクリックすると、0 ~ 9 の色が変わります。
<a href="" id="list_users_title" onclick="document.getElementById('oneline a').style.color = '#414042'; document.getElementById('list_users_title a').style.color = '#B91200';">A-Z</a>
<a href="" id="oneline" onclick="document.getElementById('oneline a').style.color = '#B91200'; document.getElementById('list_users_title a').style.color = '#414042';">0-9</a>
色でそれを行うことができますが、これはまだ使用したい a:hover をオーバーライドします。
どんな助けでもいただければ幸いです