SyntaxFix
Write A Post
Hire A Developer
Questions
To mimic the rectangle with fixed position on facebook, try something like this:
<div id="rectangle"></div>
CSS
#rectangle { width:100%; height:60px; background:#00f; position:fixed; top:0; left:0; }