1
I’m having trouble defining the style of inputs and selects. The text is misaligned/cut, according to the figures below (first image in Chrome and the second image in IE, in Mozilla is equal to Chrome)
input{
height: 25px;
border-radius: 0px;
border: 1px solid;
font-size: 13px; }
select{
height: 25px;
border-radius: 0px;
font-size: 13px;
border: 1px solid;
padding: 3px 6px 3px 6px;
background: url(seta.png) no-repeat right #ffffff; }
Does anyone know what the problem is?
I think this is from
padding: 3px 6px 3px 6px;
. Experiment withdraw and see what happens– Miguel
Continue with the cut text :/
– LauBF