- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
[css] box-sizing 본문
box-sizing
http://css-tricks.com/almanac/properties/b/box-sizing/
CSS3 box-sizing Property
http://www.w3schools.com/cssref/css3_pr_box-sizing.asp
Default value: content-box 이고, border 와 padding 까지 width 로 포함되는 border-box 를 사용할 수 있다.
IE 5.5 까지는 IE의 box model 이 border 와 padding 까지 width 로 포함되는 border-box 였다.
IE 만 웹 표준을 따르지 않는다고 욕을 먹고 나서야, IE 6 부터 순수 contents 만 width 로 사용하는 현재의 box model 을 사용하게 되었다.
그런데, 사용해 보니 불편할 때가 있어서 IE 6 이전에 사용하던 box model 로 돌아갈 수 있게 하는 CSS3 Property를 만든 것이다.
이 box-sizing 프라퍼티는 IE8 부터 지원하니, IE 6 이랑 IE 7 은 이전 IE Box Model 인 border-box Model 을 쓰고 싶어도 쓸 수 없는 상황이 되었다.
Internet Explorer and the CSS box model
http://www.456bereastreet.com/archive/200612/internet_explorer_and_the_css_box_model/
box-sizing
http://ko.learnlayout.com/box-sizing.html
Opening the Box Model
http://learn.shayhowe.com/html-css/opening-the-box-model/
'WEB (HTML, CSS)' 카테고리의 다른 글
[css] CSS 레이아웃(layout)을 배웁시다. (0) | 2014.07.15 |
---|---|
Aptana Studio에서 웹개발 하기 (0) | 2014.07.10 |
[css] calc (0) | 2014.07.09 |
[css] vertical align in div (0) | 2014.06.18 |
HTML, CSS 디자인 (0) | 2014.06.09 |