diff --git a/js/jquery.stickytableheaders.js b/js/jquery.stickytableheaders.js index 4d742f1..5909c84 100644 --- a/js/jquery.stickytableheaders.js +++ b/js/jquery.stickytableheaders.js @@ -71,7 +71,7 @@ ''); base.$head.append(base.$printStyle); }); - + base.$clonedHeader.find("input, select").attr("disabled", true); base.updateWidth(); @@ -166,7 +166,6 @@ base.$originalHeader.css({ 'position': 'fixed', 'margin-top': base.options.marginTop, - 'top': 0, 'left': newLeft, 'z-index': base.options.zIndex });