Index: tabs-ie.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jstools/tabs/tabs-ie.css,v
retrieving revision 1.1
diff -u -r1.1 tabs-ie.css
--- tabs-ie.css	31 Dec 2006 20:38:22 -0000	1.1
+++ tabs-ie.css	18 Oct 2007 16:39:29 -0000
@@ -8,4 +8,7 @@
 .anchors .tabs-disabled a {
     filter: alpha(opacity=40);
     zoom: 1; /* trigger filter */
-}
\ No newline at end of file
+}
+.fragment {
+    margin-top:5px;
+}
Index: tabs.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jstools/tabs/tabs.module,v
retrieving revision 1.9.2.12
diff -u -r1.9.2.12 tabs.module
--- tabs.module	29 Aug 2007 14:27:12 -0000	1.9.2.12
+++ tabs.module	18 Oct 2007 16:38:36 -0000
@@ -125,8 +125,8 @@
     drupal_add_css($path . '/tabs.css');
     drupal_set_html_head('
       <!-- Additional IE/Win specific style sheet (Conditional Comments) -->
-      <!--[if lte IE 7]>
-      <link rel="stylesheet" href="/'. base_path() . $path . '/tabs-ie.css" type="text/css" media="projection, screen" />
+      <!--[if IE]>
+      <style type="text/css" media="all">@import "'. base_path() . $path . '/tabs-ie.css";</style>
       <![endif]-->
     ');
     $loaded = TRUE;
