왼쪽 메뉴 크기를 고정하고
메인 내용을 가변으로 가득 채우고 싶어서 발악(?) 했는데
의외로 손쉽게 그런 구조로 되어 있는 녀석을 발견 ?!?!?!?
뜯어봐도 이해를 못하겠... OTL
[링크 : http://www.w3schools.com/html/html5_browsers.asp]
결론은. - 마진인가...
다만 float : right 정도?
[링크 : http://stackoverflow.com/.../2-column-layout-left-column-fixed-width-right-fluid-clearboth]
margin : top right bottom left 순서..
[링크 : http://www.w3schools.com/css/css_boxmodel.asp]
[링크 : http://www.w3schools.com/css/css_margin.asp]
margin: 0 -220px 0 auto;
그럼.. top 0
right -220
bottom 0
left auto ?
흠... iframe이랑 하려니 잘 안되네...
'Programming > javascript & HTML' 카테고리의 다른 글
javascript toString() 진법변환 (0) | 2017.05.25 |
---|---|
div slide 애니메이션 (0) | 2017.01.14 |
semantic element / HTML5 (0) | 2016.01.21 |
HTML form 은 중첩불가.. (0) | 2016.01.14 |
HTML5용 슬라이더 바 (0) | 2016.01.13 |