我们注意到td中的边框错误+“border-collapse:collapse”+ rowspan;
此错误仅在firefox中被注意到;在歌剧,铬和IE中 - 一切都很好;
此处是问题的屏幕截图:image of the bug
请问某人是否有针对此错误的解决方案?如果有的话帮助我。
我正在使用firefox 38.6.1。
感谢您的帮助。
答案 0 :(得分:5)
嘿,我认为这是border-collapse: collapse;
问题,现在你将此css设置为像这样
#catalog {
border-collapse: collapse;// remove this line
border-spacing: 0; // add this line
color: #103242;
font: 12px Tahoma;
}