0

The following CSS

.sbHolder option {
    border-bottom : 1px dotted #515151;
    outline   : none;
    display   : block;
    outline   : medium none;
    padding   : 5px 0 5px 3px;
}

Is working properly in mozilla but in chrome there is no padding / no border

vals
  • 61,425
  • 11
  • 89
  • 138
Ras4U
  • 482
  • 2
  • 10
  • 30
  • 3
    http://stackoverflow.com/questions/4748875/how-can-i-control-the-height-of-an-option-element-in-webkit/4749864#4749864 – Mr. Alien Jun 15 '13 at 12:23

1 Answers1

3

In addition to what @Mr. Alien wrote, There is no cross-browser way of styling <option> purely with CSS. You can take a quick look here for a plugin or search for some others plugins which are more suitable for your needs.