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 の高さを計算したい。テストしましcalc(auto+50px)たが、残念ながら動作しません (ブラウザは有効なコードとして解釈しません)。
calc(auto+50px)
これで目的の結果が得られますか?
div { height: auto; padding-bottom: 50px; }