这样对吗?

来源:13-9 Relative与Absolute组合使用

___Devil

2015-01-22 14:30

#box3{

    width:200px;

    height:200px;

    position:absolute;       

}

#box4{

    width:99%;

  position:relative;

bottom:43px;

    

}


写回答 关注

1回答

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

    对的。

初识HTML(5)+CSS(3)-升级版

HTML(5)+CSS(3)基础教程8小时带领大家步步深入学习标签用法和意义

1225307 学习 · 18230 问题

查看课程

相似问题