Code: Select all
<table width="100%" border="1" style="table-layout:fixed">
<colgroup span="2" width="20%" align="left"></colgroup>
<colgroup align="right" style="color:#0000FF;"></colgroup>
<tr>
<th>ISBN</th>
<th>Title</th>
<th>Price</th>
</tr>
table-layout이 fixed 가 아닐 때에는 괜찮습니다.
다른 브라우저들(IE, 사파리, 오페라, 크롬)에서는 해당 문제가 발견되지 않네요.
https://bugzilla.mozilla.org/show_bug.cgi?id=458924
https://bugzilla.mozilla.org/show_bug.cgi?id=327645
과거에도 보고되었던 것으로 보이는데, Firefox 3에서는 수정되었었다고 합니다.
(확인하지는 못했습니다.)
http://code.google.com/p/chromium/issue ... l?id=20865
크롬에서도 같은 이슈가 있었던 모양인데, 현재는 잘 동작하네요.
http://stackoverflow.com/questions/5704 ... yout-fixed
stackoverflow 에서도 같은 이슈를 확인할 수 있었습니다.
http://www.w3.org/TR/html4/struct/tables.html
http://www.w3.org/TR/1998/REC-CSS2-1998 ... dth-layout
표준 문서를 보아도 딱히 이렇게 동작할 이유는 없는 것 같은데
이것이 Firefox의 정책인가요? 아니면 버그인가요?