I want to add padding/margin for Options. I've tried with below style. It is not adding any space in IE & Chrome but working as expected in Firefox
#DDLID option {
padding: 10px 0 !important;
margin: 10px 0 !important;
}
I want to add padding/margin for Options. I've tried with below style. It is not adding any space in IE & Chrome but working as expected in Firefox
#DDLID option {
padding: 10px 0 !important;
margin: 10px 0 !important;
}
Styling to select option is limited with basic HTML & CSS. You try to use a js framework like jquery or dojo.
See this page for similar question Adding padding to select options