Search code examples
csssidebar

CSS Moved Div Problem


On my website http://nebkat.com/beta/index.php I added a sidebar. On the homepage there are two posts. The problem is that the second one always goes under the sidebar content. How do I move it up without using margins(example:margin-top: -50px)


Solution

  • Float your <div id="content"> to the left? That works in FF 3