<html>
<body>
<div class="fixed-top-bar" style="position:fixed"></div>
<div class="content" style="position:static"></div>
</body>
</html>
In my browser, both div starts from top left of the browser.
In firebug, I set both div with "display: block" so each div element should take a row of space. Why do I see them stacked on the top left? How can I make it look normal?
