これが私のレイアウトの簡略化です:
<div style="position: relative; width:600px;">
<p>Content of unknown length, but quite quite quite quite quite quite quite quite quite quite quite quite quite quite quite quite long</p>
<div>Content of unknown height</div>
<div class="btn" style="position: absolute; right: 0; bottom: 0; width: 200px; height: 100px;background-color: red;"></div>
</div>
私が抱えている問題は、テキスト/不明な div コンテンツが長すぎると、絶対に配置された div と重なってしまうことです。
私はウェブとSOを検索して解決策を探しましたが、絶対に配置されたdivがある場所に目に見えないdivを配置することを提案した唯一のものが見つかりました.または私はここでポイントを逃しています)。
jqueryルートをたどる前に、CSSソリューションを考えられる人はいますか?