以下定位,脱离文档流的是()。
A:#box{width:100px ;height:50px;}
B:#box{width:100px ;height:50px; postion:absolute}
C:#box{width:100px ;height:50px; postion:relative}
D:#box{width:100px ;height:50px; position:static}
出自:计算机科学