Helge Moulding wrote:
.col1 {
background-color: red;
}
Bug 4510
but the problem didn't go away. In fact, if I add
table {
border-style: solid; border-width: 1;
}
Mozilla ignores the border-width declaration.
It's ignored because it's invalid CSS (needs a unit on the length).
