i've used styles to change the colors of the text and background in a dropdown with multiple selections.
when the selections are made, they change to the user's default windows defalult "selected" color. how do i customize the color of the selected options?
thanks.
<select name="dropmenu" size="6" multiple class="tablecells">
<option style="COLOR: #00000;background-color: #EBCDA9">[DIVISION 1]</option>
<option style="background-color: #F0DABF">[GROUP 1/1]</option>
<option style="background-color: #F0DABF">[GROUP 1/2</option>
<option style="background-color: #F5E8D8">[FAMILY
1/1]</option>
<option style="COLOR: #00000;background-color: #EBCDA9">[DIVISION 2]</option>
<option style="background-color: #F0DABF">[GROUP 2/1]</option>
<option style="background-color: #F5E8D8">[FAMILY
2/1]</option>
<option style="background-color: #F5E8D8">[FAMILY
2/2]</option>
</select>
when the selections are made, they change to the user's default windows defalult "selected" color. how do i customize the color of the selected options?
thanks.
<select name="dropmenu" size="6" multiple class="tablecells">
<option style="COLOR: #00000;background-color: #EBCDA9">[DIVISION 1]</option>
<option style="background-color: #F0DABF">[GROUP 1/1]</option>
<option style="background-color: #F0DABF">[GROUP 1/2</option>
<option style="background-color: #F5E8D8">[FAMILY
1/1]</option>
<option style="COLOR: #00000;background-color: #EBCDA9">[DIVISION 2]</option>
<option style="background-color: #F0DABF">[GROUP 2/1]</option>
<option style="background-color: #F5E8D8">[FAMILY
2/1]</option>
<option style="background-color: #F5E8D8">[FAMILY
2/2]</option>
</select>
Comment