Не могу изменить цвет рамки select в IE 9, она остаетса белой.
Однако в других браузерах проблемы нет и все выгледит как положено.
subsilver2
Код: Выделить всё
select {
color: #B9B9B9;
background-color: #353535;
font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: normal;
border: 1px solid #555555;
padding: 1px;
}


