Can anyone tell what's causing the sidebar (.sidebar) to drop to the bottom of the page in IE? It shows up next to the content in FF. The seems to be plenty of room, but I've tried changing the size to make sure, and still no luck.
I don't see any extra padding in there so I'm guessing that the problem is coming from the bullets on the sidebar list. try adding this to your css and see if it makes a difference.
If you're ever in that situation again, the easiest thing to do is add "border: 1px solid red" to all of the divs in question, much easier to debug! I'm not sure if the <hr> is really what was needed, at least, it shouldn't be.
Can anyone tell what's causing the sidebar (.sidebar) to drop to the bottom of the page in IE? It shows up next to the content in FF. The seems to be plenty of room, but I've tried changing the size to make sure, and still no luck.
ul {list-style: none;
}
list-style-position:inside;
to keep the bullets.