hi i have made a simple css class and i have increased the height of the text box .
the problem is that the text starts near the top in IE7 (as if i have not changed the height).
but in Firefox the text appears vertically aligned.
now my question is that how can i make the text in the vertical middle of the box in internet explorer
here is my css
.textfield{
height:40px;
width:300px;
border: 1px solid #CCC;
font-size:20px;
color:#999;
}
and this is my html
以上就是textfield text appears at the top of the box in internet explorer的详细内容,更多请关注web前端其它相关文章!