更多“position:relative;right:30%;bott”相关问题
  • 第1题:

    The Authority reserves the right not to accept ______ for pilots by vessels in anchorages if the vessels have not reported their anchored position.

    A.bookings

    B.commands

    C.orders

    D.Reports


    正确答案:C
    假如锚地的锚泊船没有报告他们的船位,管理机构将保留不接收申请引航员的订单。

  • 第2题:

    下面哪个属性不会让 div 脱离文档流(normal flow)?()

    • A、position: absolute;
    • B、position: fixed;
    • C、position: relative;
    • D、float: left;

    正确答案:C

  • 第3题:

    怎样给一个元素相对定位()。

    • A、position:relative;
    • B、position:absolute;
    • C、position:fixed
    • D、position:static

    正确答案:A

  • 第4题:

    让几个元素向左浮动并间隔10像素()。

    • A、float:left;margin-left:10px;
    • B、position:fixed;top:10px;left10px;
    • C、position:relative;top:10px;left10px;
    • D、position:inherit;top:10px;left10px;

    正确答案:A

  • 第5题:

    下列属性中写法正确的是()。

    • A、position:relative;
    • B、position:absolute;
    • C、position:fixed
    • D、position:static

    正确答案:A,B,C,D

  • 第6题:

    设置盒子距离body上边40px,左边60px语法格式正确的是()。

    • A、position:absolute;right:40px;top:60px;
    • B、position:absolute;left:60px;top:40px;
    • C、position:absolute;bottom:40px;right:60px;
    • D、以上都不正确

    正确答案:B

  • 第7题:

    position的值,relative和absolute分别是相对于谁进行定位的?


    正确答案: absolute:生成绝对定位的元素,相对于最近一级的定位不是static的父元素来进行定位。fixed(老IE不支持)生成绝对定位的元素,相对于浏览器窗口进行定位。
    relative:生成相对定位的元素,相对于其在普通流中的位置进行定位。static默认值。没有定位,元素出现在正常的流中

  • 第8题:

    单选题
    Engine () refers to the relative time of position of crank, at which each operation during the cycle is commenced and is completed.
    A

    timing

    B

    power

    C

    firing order

    D

    dead center


    正确答案: A
    解析: 暂无解析

  • 第9题:

    单选题
    In a pneumatic automation system, a unit producing a signal to govern the position of the controller of the measured variable, relative to the value of the measured variable, is said to have().
    A

    reset action

    B

    proportional action

    C

    two position action

    D

    rate action


    正确答案: A
    解析: 暂无解析

  • 第10题:

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


    正确答案: D
    解析: 暂无解析

  • 第11题:

    单选题
    It should be evident that the amount of fuel injected into the cylinder is dependent on the position of the helix relative to the ().
    A

    inlet port

    B

    exhaust port

    C

    spill port

    D

    scavenge port


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    以下代码片断中,属于静态定位的是()。
    A

    #bb{width:100px;position:relative}

    B

    #bb{width:100px;position:static}

    C

    #bb{width:100px;}

    D

    #bb{width:100px;position:absolute}


    正确答案: A
    解析: 暂无解析

  • 第13题:

    下列哪种CSS属性不能让页面在浏览器中居中显示(网页中所有可显示的元素都包含在一个id为container的div盒子内)()。

    A.container{margin:0auto;width:780px;}

    B.container{position:relative;width:780px;left:50%;margin-left:-390px;}

    C.container{margin:0auto;width:85%;}

    D.container{position:relative;width:780px;right:50%;margin-left:390px;}


    正确答案:D

  • 第14题:

    下列对position属性的值的描述错误的是?()

    • A、static(默认),按照正常文档流进行排列
    • B、relative(相对定位),不脱离文档流,相对于自身静态位置通过top,bottom,left,right来定位
    • C、absolute(绝对定位),脱离文档流,相对于自身父级元素位置通过top,bottom,left,right来定位
    • D、fixed(固定定位),脱离文档流,相对于浏览器窗口通过top,bottom,left,right来定位

    正确答案:C

  • 第15题:

    可以将元素的定位模式设置为相对定位方式的是()。

    • A、position:static;
    • B、position:relative;
    • C、position:absolute;
    • D、position:fixed;

    正确答案:B

  • 第16题:

    下列样式代码中,可以实现绝对定位模式的是()。

    • A、position:static;
    • B、position:fixed;
    • C、position:absolute;
    • D、position:relative;

    正确答案:C

  • 第17题:

    让三个DIV元素在一行并排显示的属性正确的是()。

    • A、position:relative;
    • B、position:fixed
    • C、margin:0auto
    • D、float:left;

    正确答案:D

  • 第18题:

    在HTML中,以下关于position属性的设定值描述错误的是()。

    • A、static为默认值,没有定位,元素按照标准流进行布局
    • B、relative属性值设置元素的相对定位,垂直方向的偏移量使用up或down属性来指定
    • C、absolute表示绝对定位,需要配合top、right、bottom、left属性来实现元素的偏移量
    • D、用来实现偏移量的left和right等属性的值,可以为负数

    正确答案:B

  • 第19题:

    以下代码片断中,属于静态定位的是()。

    • A、#bb{width:100px;position:relative}
    • B、#bb{width:100px;position:static}
    • C、#bb{width:100px;}
    • D、#bb{width:100px;position:absolute}

    正确答案:B

  • 第20题:

    单选题
    When we say that two objects have relative motion, we mean ().
    A

    the distance between them remains the same

    B

    the distance between them is changing

    C

    the position between them is not changing

    D

    their positions to the earth remain the same


    正确答案: C
    解析: 暂无解析

  • 第21题:

    单选题
    Engine () refers to the relative time of position of crank, at which each operation during the cycle is commenced and is completed.
    A

    timing

    B

    deviation

    C

    firing order

    D

    phase


    正确答案: A
    解析: 暂无解析

  • 第22题:

    单选题
    When the direction handle of telegraph is moved, the relative position of camshaft and crankshaft will be()
    A

    changed accordingly

    B

    unchanged

    C

    positioned ahead

    D

    positioned astern


    正确答案: B
    解析: 暂无解析

  • 第23题:

    单选题
    When viewed from above,the best position for the guy in relation to the boom is().
    A

    At a 45° angle

    B

    At right angles

    C

    4 feet aft of the heel of the boom

    D

    Parallel to the boom


    正确答案: A
    解析: 暂无解析