You can use two imbricated div. But you need a fixed width for your content, that’s the only limitation.
<div style="float:right; width: 180px;">
<div style="position: fixed">
<!-- Your content -->
</div>
</div>
You can use two imbricated div. But you need a fixed width for your content, that’s the only limitation.
<div style="float:right; width: 180px;">
<div style="position: fixed">
<!-- Your content -->
</div>
</div>