Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8567

height プロパティが有効になる条件

$
0
0

height プロパティが有効になる条件

基本的にheightプロパティが有効になるのは、親要素のスタイルにheightが指定されているときである。

<divclass="parent"><divclass="child">aaa</div><divclass="child">bbb</div><divclass="child">ccc</div></div>
.parent{height:600px;}.child{height:50%;}

例外

要素が絶対位置指定されている場合(position: absolute;かposition: fixed;が指定されている場合)は親要素にheightが指定されていなくてもheightプロパティを指定することができる。

.parent{position:relative;}.child{position:absolute;height:200px;}

Viewing all articles
Browse latest Browse all 8567

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>