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 的选择选项菜单中更改鼠标颜色?
尝试onmouseout并onmouseover:
onmouseout
onmouseover
<select style="background-color:#fff;" onmouseover="this.style.backgroundColor='#999';" onmouseout="this.style.backgroundColor='#fff';">