问答详情
源自:13-9 Relative与Absolute组合使用

Relative与Absolute组合使用

我的代码是一样的,为何我的box4在box4下面,不再里面?

提问者:hq769300950 2017-01-12 13:30

个回答

  • 罗晓飞
    2017-01-12 13:59:52

    #box3{

        width:200px;

        height:200px;

        position:relative;

    }

    #box4{

        width:99%;

      position:absolute;

    bottom:0px;

    }


  • qq___286
    2017-01-12 13:39:16

    top bottom上下偏移