I have a web page that shows a schedule. The schedule is being shown incorrectly in IE 6. Here is a schreenshot:
SCREENSHOT DELETED FROM WEBSERVER
The Green menu on the left is floated left. In IE6, the schedule table is being shown below the bottom of the menu. I can replicate the problem in modern browsers by applying a clear: right or clear: both on the schedule table. But, I cannot figure out how to fix the problem in IE6.
Any suggestions? The page is here if you want to try and apply some styles using firebug or similar style debugging tool.
EDIT
After trying to float the white main content area left, I get this in IE6. Same in IE7, but not so far to the right.