I had an author include a long URL in her post. The URL didn’t contain any characters that allowed it to break to the next line, like ? or -. The content made my sidebar pop down to the bottom in IE.
I added
overflow: hidden;
to
.widecolumn
and
.narrowcolumn
While it clips the giant URL, my layout aligns properly again.