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

效果不一样怎么回事

#box3{

    width:200px;

    height:200px;

    position:relative;      

}

#box4{

    width:99%;

  position:absolute;

    bottom:0;

    

    }

我这样写,但最终文字部分不是出现在女生所在图中,而是和女生图远离,在最下面,这是什么原因

提问者:Richardsh 2015-10-27 21:22

个回答

  • echo_kinchao
    2015-10-28 10:19:59

    说明写反了呗。。。你都bottom 0了  还不是最下面么。。。。