internet explorer - HTML textbox doesn't set vertical alignment in IE -
<html> <body> <input type="text" style="height:200px;vertical-align:middle"> </body> </html>
the above html renders textbox middle vertical align in chrome/ff, showing @ top align in ie. how make text middle aligned ie?
this question should problem of vertical alignment in ie8:
Comments
Post a Comment