Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
幅680ピクセルのテキストエリアを取得しました。これは流動的にする必要があるので、パーセンテージを使用します。
パーセンテージは完全な100%の幅になりますが、本来より1ピクセル多くレンダリングされるようです。
http://jsfiddle.net/XXshn/2/
そして、これで何が悪いのでしょうか:
textarea { border: 1px solid #333333; background: #ececec; margin: 0; outline: 0; height: 100px; padding: 20px; /* */ width: 640px; /* 680px - 2 * 20 */ resize: none; }