エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
How can I make a TextArea 100% width without overflowing when padding is present in CSS?
記事へのコメント2件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
How can I make a TextArea 100% width without overflowing when padding is present in CSS?
I have the following CSS and HTML snippet being rendered. textarea { border:1px solid #999999; wi... I have the following CSS and HTML snippet being rendered. textarea { border:1px solid #999999; width:100%; margin:5px 0; padding:3px; } <div style="display: block;" id="rulesformitem" class="formitem"> <label for="rules" id="ruleslabel">Rules:</label> <textarea cols="2" rows="10" id="rules"></textarea> </div> Is the problem is that the text area ends up being 8px wider (2px for border + 6px for pa
2017/04/18 リンク