赞题库-背景图
单项选择题

以下代码片段中,属于绝对定位的是()。
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;}