Hello Friends,
Can anyone tell me how can I change the default style of DropDownlist scrollbar
I use below style property to change scrollbar style but its not working for dropdownlist
.scrollbarstyle
{
scrollbar-face-color: #BAC8D5;
scrollbar-highlight-color: #DCF5F8;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #879BA9;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #E0EAEF;
scrollbar-darkshadow-color: #90ABBE;
}
Thanking you.