在以下代码片段中,属于绝对定位的是()
A: #box {width:100px;height:50px;position:absolute;}
B: #box (width:100px;height:50px;position:relative;}
C: #box {width:100px;height:50px;position:static;}
D: #box {width:100px;height:50px;}
A: #box {width:100px;height:50px;position:absolute;}
B: #box (width:100px;height:50px;position:relative;}
C: #box {width:100px;height:50px;position:static;}
D: #box {width:100px;height:50px;}
举一反三
- 在以下代码片段中,属于绝对定位的是()。 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;}
- 在以下代码片段中,属于绝对定位的是()。 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;}
- 以下代码片断中,属于绝对定位的是( )。 A: B: ox{width:100px;height:50px;} C: D: ox{width:100px;height:50px;position:absolute;} E: F: ox{width:100px;height:50px; position:static;} G: H: ox{width:100px;height:50px; position:relative;}
- 设置DIV宽为500像素和高为400像素的正确方法是? A: height:500 px; width:400 px; B: margin:500px; padding:400 px; C: padding:500 px;margin:400 px; D: width:500 px;height:400 px;
- .box{width:100px;height:100px;background:#ccc},.box元素添加()样式后显示为圆形?