hi All,
i want to apply color for combo box including arrow button using CSS. how to achieve this....
i am awaiting for your valuable suggestions.
Thnx in Advance....I think the arrow is part of the users GUI so it might not be possible to change it.select, option{
background: #c00;
color: #fff;
}
option:hover{
background: #fbb;
color: #c00;
}
i want to apply color for combo box including arrow button using CSS. how to achieve this....
i am awaiting for your valuable suggestions.
Thnx in Advance....I think the arrow is part of the users GUI so it might not be possible to change it.select, option{
background: #c00;
color: #fff;
}
option:hover{
background: #fbb;
color: #c00;
}