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
make a parent div, in css make it float:right then make the child div's position fixed this will make the div stay in its position at all times and on the right