I want to change tha arrow of a select dropdown box (the one in blue on the right)
I would like to change the colors of the select box itself, not the color of the text.
Status:
Open Oct 10, 2008 - 12:33 AM
colors, html
2answers
Answers
May 29, 2009 - 12:30 PM
Try this :
option:hover{
background-color:#00FF00;
}
Result may be odd with this color code, but I think this is what you are looking for. It will certainly work for Fx, but I don't know for IE.
Sep 08, 2009 - 02:28 AM
Mr.agthorpe in this way u can change the cursor and also define the hover so that it can automatically change when cursor move on it.
div.cursor{
cursor:crosshair;
}
Answer this question
Share Your Own Experience & Expertise
We look to ensure that every question is answered by the best people with relevant expertise and experience, the best answers include multiple perspectives. Do you have relevant expertise or experience to contribute your answer to any of these commonly asked questions?
Add New Comment