Hello All:
I am trying to apply some CSS class on the options of a drop down. The CSS apply correctly in Firefox, but in IE (7, 8) only color is getting applied. Can any body tell me how to apply styles on options of drop down for IE 7 and IE 8.
.regionOption {
font-weight: bold;
}
.countryOption {
margin-left: 10px;
padding-left:5px;
}
I am using these CSS classes on options depending upon conditions. They work fine in Firefox.
I want to show difference between Region and country, is there any other way?
Thanks Ashwani