I'm altering the default theme so that the sidebar goes on the left instead of the right, but it shows up below the two test posts in my content area, and in it's correct horizontal location.
I have a 640px page width overall. My side bar has a width of 175, with a margin-left of 20. That's 195px total. My narrowcolumn (content) tag is set with a margin-left of 230, so that means I should have a 35px gap between my sidebar and content. So I don't see an overlap that should force my sidebar below the content area.
If I move the get_sidebar instruction in the index.php file before the narrowcolumn instructions, the sidebar is at the top, and the content is below and to the right.
What am I doing wrong here? My guess is that my narrowcolumn is set wrong so that it doesn't allow the sidebar to be on the left next to the content.