[링크] table-layout:fixed 의 용법
* 참고 링크 W3School Reference table-layout property table-layout 속성을 이용하여 테이블 고정하기 * 문제 해결 사례 – colspan이 들어가 있는 테이블에서 width를 지정해도 원하는 대로 그려지지 않을 때 table-layout: fixed 를 주었더니 해결되었다. – table 안에 div를 넣고 table의 width가 줄어들 때 안에 있는 div도 줄어들게 하고 싶었다. table-layout:… Read More »