最小高度后的高度,不适用于包装纸

时间:2015-04-15 23:58:04

标签: html css height

我在另一个里面有3个div,叫做“DivMid”,这意味着这个div是100%高度和100%宽度所以:

#divmid{
    margin-top:175px;

    float:left;
    width:100%;
    height:100%;
}

#Izq{
    background-image:url(image);
    background-position:center center;
    background-repeat:repeat-y;

    float: left; 
    width:25%;
    min-height::750px;
    height:100%;
}


#Mid{
    float:left; 
    width:50%;
}

#Der{
    background-image:url(image);
    background-position:center center;
    background-repeat:repeat-y;

    float: left; 
    width:25%;
    min-height::750px;
    height:100%;
}

现在的想法是在这些子div上添加东西(izq(左)mid(中)和der(右),到目前为止,min-height对Der(右)有效,这意味着它确实设置了高度到750px,如果uo里面还有其他东西100%,那就扩展它,但这对Izq不起作用(左)。我做了我的研究并且没有相同的错误,其中一个div工作而另一个不工作

0 个答案:

没有答案