Border bottom for select box option not working on chrome Border bottom for select box option not working on chrome google-chrome google-chrome

Border bottom for select box option not working on chrome


According to this Article from ElectricToolbox , border it isn't a property that you can style in select/option/optgroup when using Chrome.

Here is the properties you can style:

  • font-style
  • font-weight
  • color
  • background-color
  • font-family
  • font-size
  • padding

Note : that some of these properties above only work for one the elements, for example, padding only will work in select

If you want to customize selects you may want to try some of the selects plugins out here, like :


It looks like you can only use borders for option elements in Firefox as per this.

You would need to create a custom drop down list control to achieve a universal solution. Check out Custom Drop-Down List Styling for some examples.