I want to show a div which is always visible even as the user scrolls the page. I have used the CSS position: fixed; for that.
div
position: fixed;
Now I also want
You can use two imbricated div. But you need a fixed width for your content, that's the only limitation.