i haven't find satisfactory answer question, here go,
this how textarea looks on chrome:
how same page looks on firefox:
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
Post a Comment