2012-08-01 70 views
0

當用戶在<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> 

回答

2

在你的CSS把這個

​​
相關問題