在以下代码片段中,属于绝对定位的是
举一反三
- 在以下代码片段中,属于绝对定位的是() 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;}
- 考虑下面JSP文件代码片段:以下()代码片段放置在test2.jsp中不会导致错误。
- 以下代码片断中,属于静态定位的是
- 以下代码片断中,属于相对定位的是( )。