Rowspan border border-collapse bug under firefox_Experience exchange

WBOY
Release: 2016-05-16 12:04:09
Original
1970 people have browsed it

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:


[Ctrl A Select all Note:If you need to introduce external Js, you need to refresh it before it can be executed]

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:

[Ctrl A Select all Note:If you need to introduce external Js, you need to refresh it to execute]

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template