Closed ndarville closed 11 years ago
Looks like the current problem only exists in Opera and is a repeat of #47. Another issue unique to Opera is #81.
Closed, so the general problem can be fixed in the aforementioned issue.
According to this article, from what I can tell, you should apply the borders specifically to the cells and not the table itself. Including this line of code works in Opera, although it is an additional border layer inside of the table:
#content-body tr:last-child td:first-child {
border-bottom: 1px solid #D1D1D1 !important;
border-left: 1px solid #D1D1D1 !important;
}
What needs to be done is to remove all table
-related borders and apply them to the cells instead.
I tried making it work with the above example, but the same problem presents itself, darnit: http://jsfiddle.net/pessimism/x59aY/.
Evidently, this has to be the problematic rule:
#board .words tr:nth-child(even),
#content-body tr:nth-child(even) {
background-color: #FFF;
}
It seems like none of these two are working: