Closed
Bug 276741
Opened 20 years ago
Closed 20 years ago
in Colgroup: alignment is not displayed properly
Categories
(Toolkit :: View Source, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: rene, Assigned: bugs)
References
()
Details
In a css file I define this style for a colgroup:
.linkerkolom { /* stijl van colgroup in de tabellen */
text-align: right;
vertical-align: top;
width:33%;
}
In the browser the text in this column is aligned left. In IE it is aligned right.
The vertical alignment is also not handled properly.
Greeting, René Stout
Comment 1•20 years ago
|
||
Neither 'text-align' nor 'vertical-align' can be applied to COLGROUP. See http://www.w3.org/TR/CSS21/tables.html#q4 -> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•