Home > Web Front-end > HTML Tutorial > div2 在 div3中, 希望div2的高度填满div3_html/css_WEB-ITnose

div2 在 div3中, 希望div2的高度填满div3_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:46:19
Original
1427 people have browsed it

图中div1 div2都在div3中

div1 是左边的邮件编辑区域,div2是右边收件人 tree

我希望div2的高度能填满div3,高度就和div2一样了


回复讨论(解决方案)

我在网上查了写帖子,试了不行啊

我在网上查了写帖子,试了不行啊
LZ设定下div2的高度,并且设定min-height试试


我在网上查了写帖子,试了不行啊
LZ设定下div2的高度,并且设定min-height试试


.right_mail{    float:left;    width:19%;    height:100%;    margin:auto;    border:1px solid #E4EBF6;    border-left:0px;        min-height: 100%;	_height:100%;    }
Copy after login


不管用

使用固定值,再试试?

div1  也加 height:100%, 或固定高度


只有设成固定高度了

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template