SyntaxFix
Write A Post
Hire A Developer
Questions
Make sure your content is kept in a div, say divfix.
div
<div id="divfix">Your Code goes here</div>
CSS :
#divfix { bottom: 0; right: 0; position: fixed; z-index: 3000; }
Hope ,It will help you..