SyntaxFix
Write A Post
Hire A Developer
Questions
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>