This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
当用户选择菜单中的一个选项时,<select>我不希望它被突出显示。我怎样才能做到这一点?
<select id="my_select_menu">
<option id="1">Option 1</option> // do not highlight when selected
<option id="2">Option 2</option> // do not highlight when selected
....
</select>