From: Antoine Musso Date: Mon, 16 Jan 2012 21:13:48 +0000 (+0000) Subject: firefox does not honor colgroup width with fixed layout X-Git-Tag: 1.31.0-rc.0~25238 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=883da87ccf20585e5dea337b3a4490d9363fe92b;p=lhc%2Fweb%2Fwiklou.git firefox does not honor colgroup width with fixed layout --- diff --git a/docs/uidesign/table-layout.html b/docs/uidesign/table-layout.html new file mode 100644 index 0000000000..6f5382587c --- /dev/null +++ b/docs/uidesign/table-layout.html @@ -0,0 +1,60 @@ + + + + + + + +

+This play with table-layout:fixed; and applying the width to colgroup or col element. Firefox only recongize the width if it is applied on col element!

+

+On a perfect browser, both tables should look the same

+ +
+
colgroup
+
300 px width is applied to the first colgroup element
+
+
+ + + + + + + + + +
Very long?#$
+
+ +
+
col
+
Each colgroup has an additional col element. The first col element is applied the 300 px width
+
+ +
+ + + + + + + + + +
Very long?#$
+
+