03-offsetParent属性

Posted 北漂阿猫

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了03-offsetParent属性相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title></title>
</head>
<body>
    <div class="box1" style="position: absolute;">
        <div class="box2" style="position: fixed;">
            <div class="box3"></div>
        </div>
    </div>

<script>
    //offsetParent:复习盒子中带有定位的盒子
    //复习盒子中都没有定位,返回body
    //如果有,谁有返回最近哪个

    var box3 = document.getElementsByClassName("box3")[0];

    console.log(box3.offsetParent);

</script>

</body>
</html>

  

以上是关于03-offsetParent属性的主要内容,如果未能解决你的问题,请参考以下文章

将多个输出中的hls属性设置为单独的片段代码

创建自己的代码片段(CodeSnippet)

如何将 View 类中的代码片段移动到 OnAppearing() 方法?

HTTP客户端代码片段

js代码片段

VS code自定义用户代码片段snippet