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.
Firefox で、jQuery で表のセルの枠線を外そうとすると
jQuery(td-selector).css({'border' : 'none'});
テーブル セルの一部 (すべての端ではない) に奇妙な境界線が表示されます。Firebug でセルを調べようとすると、境界線が消えます。
他の誰かが同じ問題に遭遇しましたか?
これをCSSに追加します。
table{ border-collapse: collapse; }
MDNリファレンス