| 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
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
|---|---|---|---|---|
| 48 | 스타일-보더 테스트 관련 레퍼런스 | 황제낙엽 | 2013.01.04 | 496 |
| 47 | Vector Markup Language | 황제낙엽 | 2012.12.20 | 235 |
| 46 | ScrollBar의 출력형태 | 황제낙엽 | 2012.09.14 | 262 |
| 45 | Style cssText Property | 황제낙엽 | 2012.09.13 | 435 |
| 44 | Javascript 로 Flash Object 생성시 유의 사항 | 황제낙엽 | 2012.08.28 | 377 |
| 43 | 브라우저별 border 설정에 따른 디자인 테스트 고려사항 | 황제낙엽 | 2012.08.28 | 205 |
| 42 | CSS 문법 분석 | 황제낙엽 | 2012.08.28 | 236 |
| 41 |
CSS3 Gradient Utility
| 황제낙엽 | 2012.07.09 | 202 |
| 40 | Element 의 투명도 | 황제낙엽 | 2012.05.25 | 365 |
| 39 | 모바일 브라우저에서 iframe 의 스크롤 문제 | 황제낙엽 | 2012.01.12 | 2126 |
| 38 |
Agent Information
| 황제낙엽 | 2011.10.20 | 208 |
| 37 | DOCTYPE선언과 Quirks모드 | 황제낙엽 | 2011.10.05 | 354 |
| 36 | IE Conditional Comments 필터링 | 황제낙엽 | 2011.10.05 | 242 |
| 35 | How To Create an IE-Only Stylesheet | 황제낙엽 | 2011.10.05 | 238 |
| 34 |
Document documentMode Property
| 황제낙엽 | 2011.10.04 | 1101 |
| 33 |
(CSS2) RGBA값 사용해보기 및 IE 패치 방법
| 황제낙엽 | 2011.10.04 | 307 |
| 32 |
ASCII Table and Description
| 황제낙엽 | 2011.08.10 | 999 |
| » | Style overflow Property | 황제낙엽 | 2011.06.27 | 312 |
| 30 |
pt, px, em, % 비교표
| 황제낙엽 | 2011.05.24 | 904 |
| 29 | Activating ActiveX Controls | 황제낙엽 | 2011.05.23 | 219 |
