Is it possible to alter the border style or width of an HTML select box?
I have tried various combinations such as:
.SelectBox {border-style: solid}
but can't get it to have any effect.
I have come to the conclusion that it is not possible to affect the border of the select box - is this correct?
Any feedback would be very much appreciated.
Thanks.
I have tried various combinations such as:
.SelectBox {border-style: solid}
but can't get it to have any effect.
I have come to the conclusion that it is not possible to affect the border of the select box - is this correct?
Any feedback would be very much appreciated.
Thanks.