问题: table 中 td 的宽度都不包含 border 的宽度,但是 oprea 和 ff 中 td 的高度包含了 border 的高度 解决: 设置 line-height 和 height 一样。在 ie 中如果 td 中的没有内容,那么 border 将不会显示
0