Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
td + "border-collapse:collapse"+rowspanのborderのバグに気づきました。
このバグはFirefoxでのみ見られます。オペラ、クローム、IEでは-すべてが大丈夫です。
これが問題のスクリーンショットです:バグの画像
誰かがこのバグの解決策を持っていますか?もしそうなら私を助けてください。
Firefox38.6.1を使用しています。
手伝ってくれてありがとう。
ちょっと、これは border-collapse: collapse;問題だと思います。このcssを次のように設定します
border-collapse: collapse;
#catalog { border-collapse: collapse;// remove this line border-spacing: 0; // add this line color: #103242; font: 12px Tahoma; }