@@ -76,7 +76,7 @@ function tableScroll(tableid, hei, speed, len) {
'height': hei + 'px'
})
$(".tableid_").find('th').each(function(i) {
- $(this).css('width', $('#' + tableid).find('th:eq(' + i + ')').width());
+ $(this).css('width', $('#' + tableid).find('th:eq(' + i + ')').innerWidth());
});
$(".tableid_").css({
'position': 'absolute',