﻿Index: template.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/template.php,v
retrieving revision 1.7
diff -u -r1.7 template.php
--- template.php	5 Apr 2010 19:20:16 -0000	1.7
+++ template.php	7 Apr 2010 16:36:43 -0000
@@ -24,6 +24,7 @@
 
   // Add conditional CSS for IE7 and below.
   drupal_add_css(path_to_theme() . '/css/ie.css', array('weight' => CSS_THEME, 'browsers' => array('IE' => 'lte IE 7', '!IE' => FALSE), 'preprocess' => FALSE));
+  drupal_add_css(path_to_theme() . '/css/ie6.css', array('weight' => CSS_THEME, 'browsers' => array('IE' => 'IE 6', '!IE' => FALSE), 'preprocess' => FALSE));
 }
 
 /**
Index: css/ie6.css
===================================================================
RCS file: css/ie6.css
diff -N css/ie6.css
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ css/ie6.css	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,5 @@
+/* $Id$ */
+
+#content {
+  overflow: hidden;
+}
