标签: html css
请您解释一下如何更改下拉列表选择菜单。 如何在css的选择选项菜单中更改鼠标颜色?
答案 0 :(得分:1)
尝试onmouseout和onmouseover:
onmouseout
onmouseover
<select style="background-color:#fff;" onmouseover="this.style.backgroundColor='#999';" onmouseout="this.style.backgroundColor='#fff';">