Index: themes/garland/fix-ie.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/fix-ie.css,v
retrieving revision 1.2
diff -u -p -r1.2 fix-ie.css
--- themes/garland/fix-ie.css	24 Nov 2006 01:38:02 -0000	1.2
+++ themes/garland/fix-ie.css	10 Jan 2007 08:41:50 -0000
@@ -56,4 +56,9 @@ td.menu-disabled {
 #header-region {
   /* Because of the lack of min-height, we use height as an alternative */
   height: 1em;
-}
\ No newline at end of file
+}
+
+#attach-hide label, #uploadprogress div.message {
+  /* Fading elements in IE causes the text to bleed unless they have a background. */
+  background-color: #ffffff;
+}
