ems中的jquery css值而不是px?

时间:2011-02-05 13:24:20

标签: jquery css

我可以在ems而不是px中获得元素css距离值吗?

    #pointer{
        height:1em;
        border:1px solid black;
        width:1em;
        position:relative;
        top:15em;
    }

top = $('#pointer').css('top');

>> top = 15

谢谢:)

1 个答案:

答案 0 :(得分:3)