Closed Bug 276741 Opened 20 years ago Closed 20 years ago

in Colgroup: alignment is not displayed properly

Categories

(Toolkit :: View Source, defect)

1.7 Branch
x86
Windows XP
defect
Not set
normal

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
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
Status: RESOLVED → VERIFIED
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.