偏移顶部firefox中的clientHeight

时间:2012-09-17 15:46:18

标签: javascript html css internet-explorer firefox

我正在更新I.E.支持的网页代码在Firefox中有效。

我有一段代码可以在某些位置定位页面上的某些表格。它适用于IE,但似乎.clientHeight .offsetTop .style.posTop.style.posLeft在Firefox中不起作用。有没有Firefox浏览器的替代品?

以下是我正在查看的代码:

   var tableHeight = table1.clientHeight;
    var yLocation = table2.offsetTop - tableHeight / 4;


    table3.style.posTop = Math.max(table2.offsetTop + 2);
    table3.style.posLeft = + table2.offsetLeft  + 80;

0 个答案:

没有答案