1. firefox ie 设置单元格宽度 td width 有bug,不能正常工作。以下方式可以解决
jqElement.css({ ‘min-width‘: srcth1.width() + "px", ‘width‘: srcth1.width() + "px" });
2.不要使用CellSpacing CellPadding,要不效果错误。
时间: 2024-11-25 04:51:44
1. firefox ie 设置单元格宽度 td width 有bug,不能正常工作。以下方式可以解决
jqElement.css({ ‘min-width‘: srcth1.width() + "px", ‘width‘: srcth1.width() + "px" });
2.不要使用CellSpacing CellPadding,要不效果错误。