i use this class for my DropDownList
.DPCDDL
{
float:left;
width:200px;
height:20px;
margin-top:1px;
font:bold 12px Tahoma;
}
in my dropdownlist just selected item font be (bold 12px)
i want that all item that are in my dropdownlist font be bold 12px how i can do it?
best regards