设置顶部动态不在Firefox中工作

时间:2015-02-09 22:30:41

标签: javascript jquery css firefox

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,

0 个答案:

没有答案