In the following code, both the INPUT and TEXTAREA elements render wider than they should. How can I limit them to 100% of the usable area within the div?
&
I had this same problem. I used the box-sizing property mentioned here:
How can I make a TextArea 100% width without overflowing when padding is present in CSS?
Here's what it looked like for me: