| sitelink1 | http://www.w3schools.com/jsref/prop_style_overflow.asp |
|---|---|
| sitelink2 | http://msdn.microsoft.com/en-us/library/...s.85).aspx |
| sitelink3 | |
| sitelink4 | |
| extra_vars5 | |
| extra_vars6 |
Definition and Usage
The overflow property sets or returns what to do with content that renders outside the element box.
Syntax
Set the overflow property:
| Object.style.overflow="visible|hidden|scroll|auto|inherit" |
Return the overflow property:
| Object.style.overflow |
| Value | Description |
|---|---|
| visible | Content is NOT clipped and may be shown outside the element box. This is default |
| hidden | Content outside the element box is not shown |
| scroll | Scroll bars are added, and content is clipped when necessary |
| auto | Content is clipped and scroll bars are added when necessary |
| inherit | The value of the overflow property is inherited from parent element |
IE 에서는 inherit 가 지원되지 않음에 주의해야 한다
댓글 0
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
|---|---|---|---|---|
| 12 | Style cssText Property | 황제낙엽 | 2012.09.13 | 435 |
| 11 | 브라우저별 border 설정에 따른 디자인 테스트 고려사항 | 황제낙엽 | 2012.08.28 | 205 |
| 10 | CSS 문법 분석 | 황제낙엽 | 2012.08.28 | 236 |
| 9 | Element 의 투명도 | 황제낙엽 | 2012.05.25 | 365 |
| 8 | IE Conditional Comments 필터링 | 황제낙엽 | 2011.10.05 | 242 |
| 7 | How To Create an IE-Only Stylesheet | 황제낙엽 | 2011.10.05 | 238 |
| 6 |
Document documentMode Property
| 황제낙엽 | 2011.10.04 | 1101 |
| 5 |
(CSS2) RGBA값 사용해보기 및 IE 패치 방법
| 황제낙엽 | 2011.10.04 | 307 |
| » | Style overflow Property | 황제낙엽 | 2011.06.27 | 312 |
| 3 |
pt, px, em, % 비교표
| 황제낙엽 | 2011.05.24 | 904 |
| 2 | 박스(box) 모델 | 황제낙엽 | 2009.06.27 | 374 |
| 1 | Element 의 visibility스타일과 display스타일 | 황제낙엽 | 2008.09.24 | 204 |
