hi I've created a fixed navigation bar/header at the top of a page with the content below. on all browsers, if i scroll on the page, the content goes under the fixed position nav bar EXCEPT for IE (no surprise there) How do i edit the CSS so this works?
<div class="navbar" style="width:100%; position:fixed; left: 3px; top: 0px; z-index:1;">
blah blah blah navigation
</div>
<div class="content">
whats up, im the content and im really long so i need to scroll
</div>
here is an example of the behavior that works in most browsers but not the IE's of the world.