-
overflow tagStudy/css 2020. 4. 9. 15:12
overflow = 넘치다
넘치는 content를 어떻게 처리할지 명령하는 태그이다.
Ink overflow and scrollable overflow
There are two types of overflow that you might encounter in CSS. The first is described as ink overflow. This is the overflow of painting effects which do not affect layout or otherwise extend the scrollable overflow region, such as box shadows, border images, text decoration, overhanging glyphs, outlines, etc.
The overflow that we sometimes need to manage in CSS is described as scrollable overflow. This is the content appearing outside of the box for which scrolling mechanisms need to be provided. The overflow properties are how we can control what happens when content overflows a box.
사용 예시는 아래와 같다.
'Study > css' 카테고리의 다른 글
input box 테두리 변경방법 (0) 2020.05.04 position: fixed; 된 친구를 어떻게 가운데 정렬할 것인가?! (0) 2020.04.10 text-decoration: none; (0) 2020.04.08 selector 선택시 유의점 (0) 2020.04.08 li 태그 겹사용 금지 (0) 2020.04.08