CSS in SELECT-FELDERN
Peter
- css
0 barbex
Hallo,
mir ist aufgefallen, daß mehrzeilige SELECT-Felder manche Stylesheet-Attribute (border-width,border-style,border-color etc.) einfach ignorieren. Hat jemand ein Idee?
<style type="text/css">
<!--
input, select, textarea
{
border-width:1px;
border-style:solid;
border-color:black;
}
-->
</style>
<select size="5">
<option value="1">1</option>
</select>
Hallo,
mir ist aufgefallen, daß mehrzeilige SELECT-Felder manche Stylesheet-Attribute (border-width,border-style,border-color etc.) einfach ignorieren. Hat jemand ein Idee?
lect>
Welcher Browser?
Meiner Meinung nach ist das ein reines Browser-Problem, teste das mal mit mehreren.
Tschüß
Barbara