Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
親 DIV を画面の高さ 100% の 70% に設定しようとしています。次の CSS を設定しましたが、何もしないようです。
body { font-family: 'Noto Sans', sans-serif; margin: 0 auto; height: 100%; width: 100%; } .header { height: 70%; }
何らかの理由で機能していないようで、ヘッダーが画面サイズの 70% ではありません。何かアドバイス?
これが解決策です。
htmlにも追加100%
html
100%
html,body { height: 100%; width: 100%; }
absoluteそのdivの位置を作ります。
absolute
http://jsfiddle.net/btevfik/KkKeZ/