• 2022-06-12
    ​在以下代码片段中,属于绝对定位的是()。‏
    A: box {width:100px;height:50px;}
    B: box {width:100px;height:50px;position:absolute;}
    C: box {width:100px;height:50px;position:static;}
    D: box (width:100px;height:50px;position:relative;}