getComputedStyle (div, null).top ); The above will alert '10%' rather than the pixel value. Gecko / Presto will give the pixel value. Webkit gives the pixel ...
確定! 回上一頁