Width
IE와 W3C의 박스 차이에 의한 CSS 코딩 방식
IE와 W3C의 박스 차이에 의한 CSS 코딩 방식
2007.09.11http://www.456bereastreet.com/archive/200612/internet_explorer_and_the_css_box_model/ IE와 W3C에서 사용하는 BOX의 크기는 다르게 설정되어있어서 사이즈가 다르게 나오는 것들이 많이 있다. 이를 해결하기 위한 방안이 아래 설명되어 있다. 이하는 원문의 내용을 발췌한 내용.. The W3C Box model First a look at the the W3C box model, which is used by all standards compliant browsers and by Internet Explorer 6 and later if the circumstances are right. In the W3C CSS box model a b..