说明: 为 table、td 都指定了边框后,然后使用 border-collapse:collapse 让边框重叠,可以看出在发生重叠时,Firefox 是用 td 覆盖 table 的,而 IE 是用 table 覆盖 td 的。使用时候需要注意。
0