获取有关父DIV高度和家长的高度depand DIV高度depand对文件的高度

这里是我的示例代码获取有关父DIV高度和家长的高度depand DIV高度depand对文件的高度

<div id="one"> 

height based on screen

<div id="two">

height based on id="one"

<div>

height based on id="two"

</div>

</div>"

</div>

回答:

html, body { height:100%; } 

#one { height:some%; }

#two { height:some%; }

CSS - 没有需要在这里(除非你想以后更改高度)JS。

回答:

只需使用$(this).parent().height();为每div

回答:

设置高度和宽度%。它将采用父div的高度和宽度。

以上是 获取有关父DIV高度和家长的高度depand DIV高度depand对文件的高度 的全部内容, 来源链接: utcz.com/qa/263244.html

回到顶部