右上隅に揃えたい画像があります。ウィンドウが小さすぎる場合、画像がテキストに重ならないようにしますが、ウィンドウをスクロール可能にします。そこで、div 幅 max-width: 1000px; を作成しました。
これは私が今持っているものです
<div style="z-index: -1; width:100%; position: absolute;">
<div style="width: auto; min-width: 1000px; display:inline-block;"></div>
<div style="display:inline-block; float: right;">
<a href="#" id="a_logo_hoek">
<img src="xx.jpg" style="float: right; margin-top:-30px;" />
</a>
</div>
</div>