I’m trying to make an input type="search" tall but CSS don’t affect it. My code is like this:
HTML:
<input type="search" />
CSS:
input{width:100%; height:100px;}
But it doesn’t work. Take a look at fiddle here
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See http://trentwalton.com/2010/07/14/css-webkit-appearance/
Webkit defaults (hijacks) to using a native search field, but you can override it with: