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 | 320 |
11 | 브라우저별 border 설정에 따른 디자인 테스트 고려사항 | 황제낙엽 | 2012.08.28 | 96 |
10 | CSS 문법 분석 | 황제낙엽 | 2012.08.28 | 104 |
9 | Element 의 투명도 | 황제낙엽 | 2012.05.25 | 179 |
8 | IE Conditional Comments 필터링 | 황제낙엽 | 2011.10.05 | 143 |
7 | How To Create an IE-Only Stylesheet | 황제낙엽 | 2011.10.05 | 147 |
6 |
Document documentMode Property
![]() | 황제낙엽 | 2011.10.04 | 981 |
5 |
(CSS2) RGBA값 사용해보기 및 IE 패치 방법
![]() | 황제낙엽 | 2011.10.04 | 202 |
» | Style overflow Property | 황제낙엽 | 2011.06.27 | 205 |
3 |
pt, px, em, % 비교표
![]() | 황제낙엽 | 2011.05.24 | 788 |
2 | 박스(box) 모델 | 황제낙엽 | 2009.06.27 | 271 |
1 | Element 의 visibility스타일과 display스타일 | 황제낙엽 | 2008.09.24 | 93 |