親コンテナーの右側に引き寄せられる画像によって定義される制限に達するまで、幅全体を埋めるテキスト要素を配置したい親コンテナーがあります。
残念ながら、私が何をしようとしても、テキストは全幅をカバーしたままで、画像はテキストブロックの下に表示されます。
<div class="subContext">
<div class="description">
This text should break automatically where the image box starts. This text should break automatically where the image box starts. This text should break automatically where the image box starts. This text should break automatically where the image box starts. This text should break automatically where the image box starts.
</div>
<div class="boxImage">
<img src="about:blank" alt="I want to be on the right" />
</div>
</div>
私は何を間違っていますか?
少なくとも IE 8との下位互換性があり、javascript を使用しないクロスブラウザー ソリューションを探しています。
注:これは非常に基本的な CSS に違いないと感じました。それでもします。それでも、私は多くの可能な解決策を検索して試しましたが、どれもうまくいきませんでした。重要な重要な情報/理解が欠けているだけかもしれません。