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

css - Text drops down with smaller window -

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

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -