There is less content than in the sidebar here.
The bug
Internet Explorer will not show all the content of the left div, because it does not create a scrollbar.
The fix
Put a form element at the bottom of the sidebar. You may hide it using
height: 0px; width: 0px; visibility: hidden;An example which does not do anything in non-IE browsers and will not break validation:
<!--[if IE]><input style="height: 0px; width: 0px; visibility: hidden;" /><![endif]-->
The boring stuff
Copyright © 2005 Mark Janssen, spreadthefox.net