Inconsistent table borders with FireFox

前端 未结 2 655
被撕碎了的回忆
被撕碎了的回忆 2021-01-24 00:27

I have some tables which render fine in IE and Chrome. But in Firefox some of the border arbitrarily don\'t show or have different widths. You can see an example Here. Below

2条回答
  •  死守一世寂寞
    2021-01-24 01:14

    I had an issue where borders were appearing when they shouldn't have been. I resolved it with this:

    border-collapse:separate;
    

    I know it's not the direct answer, but the search brought me here.

提交回复
热议问题