Author: eallen
Date: 2009-08-12 14:16:34 -0400 (Wed, 12 Aug 2009)
New Revision: 3565
Modified:
mgmt/trunk/cumin/resources/ie.css
Log:
Added style to hide <object>.BackgroundInclude from IE
Modified: mgmt/trunk/cumin/resources/ie.css
===================================================================
--- mgmt/trunk/cumin/resources/ie.css 2009-08-12 18:15:11 UTC (rev 3564)
+++ mgmt/trunk/cumin/resources/ie.css 2009-08-12 18:16:34 UTC (rev 3565)
@@ -18,3 +18,10 @@
div.loading {
filter:alpha(opacity=75);
}
+
+/* objects in IE are windowed controls.
+ they overlay all non-windowed control */
+object.BackgroundInclude {
+ display: none;
+}
+
Show replies by date