textarea#body { height: 200px; } textarea#extraheaders { white-space: nowrap; overflow: auto; } @media (max-width: 800px) { textarea#body { width: 100%; } } @media (min-width: 801px) { textarea#body { width: 650px; } textarea#extraheaders, div.controls input { width: 400px; } }