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:

incorrect vertical alignment in ie8


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -