<tr> upper bound, but not lower bound
Here is the problem. I have a code, so I should see the border above and below each <tr> element. However, I only see what is below, with the exception of the top element.
.tstyle1 { margin: 10px 0 0 30px; width: 950px; } .tstyle1 tr { height: 120px; border-bottom: 1px solid black; border-collapse: separate; border-top: 1px solid black; border-bottom: 1px solid orange; } .tstyle1 td { border: none; } The problem is recreated here. http://jsfiddle.net/fL3rx/
+4
2 answers