-1

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;
}
user3194721
  • 765
  • 4
  • 14
  • 47

1 Answers1

0

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

Community
  • 1
  • 1
Suren
  • 23
  • 6