css:text_area_width_100_exceeds_container
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
css:text_area_width_100_exceeds_container [2020/07/15 09:30] – external edit 127.0.0.1 | css:text_area_width_100_exceeds_container [2021/08/08 12:39] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== CSS - Text area width 100% exceeds container ====== | ||
- | |||
- | Text areas with width: 100%; will often appear to exceed the boundaries of it’s containing element. the appropriate fix is to use the box-sizing declaration, | ||
- | |||
- | <code css> | ||
- | -webkit-box-sizing: | ||
- | -moz-box-sizing: | ||
- | -ms-box-sizing: | ||
- | box-sizing: border-box; | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | </ | ||
- | |||
css/text_area_width_100_exceeds_container.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1