Forum Moderators: not2easy
Within IE it works perfect middle alignement, but in Mozilla seems does not work alignment.
.mybox{
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
text-align : left;
color : #666666;
border:2px solid #000000;
height:22px;
margin-left:10px;
}
It has height:22px; but Mozilla will not detect to be input text within search area in the middle position (vertical).
How to solve thi issue as padding will not work.