Click here to Skip to main content
15,914,924 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
for an ajax comboBox which class should i override to change the css of the highlighted text when we enter into textbox and it matchs the entry in the list.

currently i m using these classes

CSS
<pre lang="HTML">

.ajax__combobox_itemlist
{

overflow-y: auto !important;
height: 150px !important;
z-index: 10 !important;
width: 150px !important;

}

.ajax__combobox_itemlist li
{
background-color: #fff !important;
color: #084B8A !important;
padding: 5px 5px 5px 5px !important;
}
.ajax__combobox_itemlist li:hover
{

background-color: #0174DF !important;
color: #EFFBF2 !important;
text-decoration: underline !important;
}
Posted
Comments
sri senthil kumar 4-Apr-13 8:39am    
.ajax__combobox_itemlist li:hover - it is used to highlight on mouse over of an li item.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900