var topvalue=document.getElementById("lvl1App").scrollTop-2;
$('thead.fixedheader2 th').css({
"position":"relative",
"top": topvalue,
"height":"10px",
"background-color":"#CCCC99"
});
背景颜色适用于每一个但顶部没有在firefox中设置。它适用于所有其他浏览器IE10,IE11,Chrome,Safari但不适用于Firefox,