I've been struggling to find a solution to this question, so here I am,
This is the appearance of my textarea in Chrome:
And this is how it appears on FireFox:
Here's the HTML code for this textarea:
<textarea class="t-field" cols="58" id="message" name="message" rows="6"></textarea>
So, my main inquiry is... What CSS technique can be used to make textareas consistent and uniform across different browsers?
Thank you in advance for your insights, Best Regards!