質問編集履歴
1
col/colgroupに対して追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -98,4 +98,12 @@
|
|
98
98
|
⇒ 行数が多いのでクラスを付与するのが面倒だから。
|
99
99
|
|
100
100
|
属性セレクタや否定擬似要素などを使えばうまくいく気がするのですが...
|
101
|
-
よい方法があれば教えてください。
|
101
|
+
よい方法があれば教えてください。
|
102
|
+
|
103
|
+
### 追記
|
104
|
+
背景色設定ならcol/colgroup要素で設定できるんですけどね~
|
105
|
+
左寄せ/右寄せなどは設定できないんです。
|
106
|
+
|
107
|
+
http://www.tohoho-web.com/html/colgroup.htm
|
108
|
+
http://www.w3.org/TR/CSS21/tables.html#columns
|
109
|
+
https://developer.mozilla.org/ja/docs/Web/HTML/Element/col
|