Hi!
I've noticed a small issue with IE6.
If you will try for example to create new account and there is no blocks assigned for those pages - you will see a lot of black on the page (as you can see on a screen shot - screen_after).
But if you will assign some block for right side region - problem disappears.. (screnshot screen_before)
Didn't test it with IE 7 but it works fine in Firefox and Opera.
Thanks

CommentFileSizeAuthor
screen_after.png308.28 KBgansbrest
screen_before.png308.78 KBgansbrest
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wessex’s picture

I've noticed this too - I can't figure out what's causing it! Did you manage to fix it?

Cheers,

Tom

wessex’s picture

I've managed to fix the problem (well, it's acceptable to me as far as I have noticed so far, anyway!).

Change the body class in the "Other Styles" section of style.css to:

body {
  background: #fcfcfa;
  color: #666;
}

Previously, the body background contained a grey value, which was showing through in IE6. I hope this helps.