I have a problem with incorrect display of the table border. The following is a fiddle recreating the problem.
This Fiddle gives the expected results in FF and Chrome, but not in IE9 and IE10.
Only the css that applies is collapse collapse: crashing and
td{ border:1px solid; }
The second row of the table should have a border along the entire bottom, but the border is absent in the second cell of the table. You can see the image in this.
This problem disappears when part of the table is selected, but the expected result is that the border should be there first. Sometimes the script needs to be updated for the problem to appear.
Is this a known IE issue, or is there a more style that should be applied?
source share