After checking, the specific situation is summarized as follows: firefox table rowspan border border-collapse:collapse;
The performance is: the first row and the last row are normal, and the remaining middle rows are all different from the expected border.
Let’s look at the example first:
After verification, there are two solutions.
Remove border-collapse
Add a border-left or border-right
Coincidentally, after searching a little, I found that some people have stepped into this pit, and the solution is also: border-left:1px solid #999 important;border-left:none method to solve.
(see detail:http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_23698654.html)
Fortunately, this problem can be solved through the illusion and color of the border. In order to be lazy, I directly used the other party's e.g. Look at the code before solution: