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:
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn