Thanks to Rostislav Hristov, my weblog is now working OK under IE7!

For those using Blojsom and the Asual theme, the fix is to add the following CSS to the HEAD section:

<!--[if IE 7]>
<style type="text/css" media="screen">
      #content {
              height: auto;
              padding-bottom: 300px;
      }
      #contentBodyLeft {
              background-color: #D5DEED;
      }
      #contentBodyCenter {
              background: none;
      }
</style>
<![endif]-->

I'm not sure if the latest version of Blojsom already includes the above fix (current version is v3.0, and I'm running v2.30)…. if not, apply the above patch.

Thanks Rostislav, it is much appreciated!

And I will say again to the IE7 development team – do you know the meaning of backward compatibility?

ceo

P.S. Oh, also, the issue with comments seems to have been solved – it was an issue related to (message/error) logging. Sorry to all those folks who wrote comments, and the comments
disappeared.