A-A+
以下代码片断中 属于绝对定位的是()。A #box{width:100px;height:5
问题详情
以下代码片断中,属于绝对定位的是()。
A、#box{width:100px;height:50px;position:absolute;}
B、#box{width:100px;height:50px;position:static;}
C、#box{width:100px;height:50px;position:relative;}
D、#box{width:100px;height:50px;}
参考答案
参考答案:A