以下代码片断中,属于绝对定位的是( )。
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;}
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;}
举一反三
- 在以下代码片段中,属于绝对定位的是() 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: {width:100px;position:relative} C: D: {width:100px;position:sastic} E: F: {width:100px;} G: H: {width:100px;position:absolute}
- 设置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;