Closed
Bug 219404
Opened 21 years ago
Closed 21 years ago
CSS not applied to table column
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
People
(Reporter: guym, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030916
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030916
Style defined for a COL element does not show. Tried in latest Firebird release
and latest Mozilla nightly. E.g.
<table>
<col style="background-color:red"/>
<tr><th>Background should be red</th></tr>
</table>
Reproducible: Always
Steps to Reproduce:
1. Define CSS style for column
Actual Results:
Style not applied.
Expected Results:
Style applied.
Should severity be "major" ?
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 4510 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•