我在父框中有 2 个 div。
我想让上面的一个占父框的 70%,第二个占其他 30%。我不想使用绝对位置。
有任何想法吗?
**********************
* top div *
* top div *
* top div *
* top div *
* top div *
* top div *
**********************
* bottom div *
**********************
编辑:父框是浮动的,
#mright {
width : 45%;
float:right;
margin-right: 5%;
}