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.
最も簡単な例は次のとおりです。
<textarea id="text_area" name="text_area" style="width:280px"> </textarea> <input id="text_field" name="text_field" style="width:280px" type="text" />
パディングとマージンの値を0pxに設定してみてください。
borderプロパティも設定する必要がありました。両方の要素に以下を追加すると、問題が修正されました。
border:1px solid #ccc;