I can make an input-element (type=text) render with a single (1px) borderlike this: border-style:solid; border-width:1px;
, but how do I make a select-element render with a single (1px) border withno 3d effect?
Thanks in advance - Carsten