html5 - Get a TextArea to look the same across browsers? -


i haven't find satisfactory answer question, here go,

this how textarea looks on chrome:

enter image description here how same page looks on firefox:

enter image description here

here's html textarea:

<textarea class="t-field" cols="58" id="message" name="message" rows="6"></textarea> 

so, know is... what's css trick textareas behave , same across browsers?

thanks in advance answers, kind regards!

instead of using cols , rows properties, try using css width , height properties


Comments