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

这样对吗?

#box3{

    width:200px;

    height:200px;

    position:absolute;       

}

#box4{

    width:99%;

  position:relative;

bottom:43px;

    

}


提问者:___Devil 2015-01-22 14:30

个回答

  • 康振宁
    2015-01-22 19:08:11

    对的。