IE 5.5 and 6.0 changes: no more full-width footer in favour of better horizontal...
authorGabriel Wicke <gwicke@users.mediawiki.org>
Sat, 22 May 2004 22:38:29 +0000 (22:38 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Sat, 22 May 2004 22:38:29 +0000 (22:38 +0000)
Basically absolute positioning instead of floating.

stylesheets/commonPrint.css
stylesheets/monobook/IE55Fixes.css
stylesheets/monobook/IE60Fixes.css
stylesheets/monobook/main.css
stylesheets/monobook/rtl.css

index 872e4d0..2c06252 100644 (file)
@@ -85,7 +85,7 @@ table.rimage {
 body {
     background: White;
     font-family: "Bitstream Vera Sans",Verdana, sans;
-    font-size: 11pt !important;
+    /*font-size: 11pt !important;*/
     color: Black;
     margin: 0;
     padding: 0;
index 4c2c384..40eb03c 100644 (file)
@@ -1,11 +1,29 @@
 /* IE5.5/win- only fixes */
 
-#column-content { display: inline; }
-#column-content #content { 
-    margin-top: 3em; 
-    overflow: auto;
+#column-content { 
+    float: none; 
+    margin-left: 0;
     height: 1%;
 }
+#column-content #content {
+    position: relative;
+    z-index: 5;
+    margin-left: 12.2em;
+    margin-top: 3em;
+    height: 1%;
+}
+#column-one {
+    position: absolute;
+    top: 0;
+    left: 0;
+    z-index: 4;
+    width: 100%;
+}
+#footer {
+    margin-left: 13.6em;
+    border-left: 1px solid #fabd23;
+}
+
 /*#bodyContent div,
 #bodyContent pre { overflow: auto; }*/
 
index b71cb2d..293836d 100644 (file)
@@ -2,15 +2,26 @@
 /* content area */ 
 
 /* workaround for various ie float bugs */
+#column-content { 
+    float: none; 
+    margin-left: 0;
+    height: 1%;
+}
 #column-content #content {
+    margin-left: 12.2em;
     margin-top: 3em;
     height: 1%;
 }
-#bodyContent {
-    height: 1%;
+#column-one {
+    position: absolute;
+    top: 0;
+    left: 0;
+    z-index: 4;
+}
+#footer {
+    margin-left: 13.6em;
+    border-left: 1px solid #fabd23;
 }
-
-#column-content { display: inline; }
 
 /* the tabs */
 
@@ -53,7 +64,7 @@ div.visualClear {
 }
 textarea {
     overflow: auto;
-    width: 97%;
+    width: 96%;
 }
 
 div.editsection,
index 57902e3..a33aa39 100644 (file)
@@ -824,15 +824,15 @@ fieldset.operaprefsection { margin-left: 15em }
 /* footer icons need a fixed width */
 *>html #f-poweredbyico,
 *>html #f-copyrightico { width: 88px; }
-
-/* more IE fixes */
-/* float/negative margin brokenness */
-* html #bodyContent,
-* html #bodyContent pre {
+*>html #bodyContent,
+*>html #bodyContent pre {
     overflow-x: auto;
     width: 100%;
     padding-bottom: 25px;
 }
+
+/* more IE fixes */
+/* float/negative margin brokenness */
 * html #footer {margin-top: 0;}
 * html #column-content {
     display: inline;
index 2dd986c..09ad69f 100644 (file)
@@ -167,6 +167,23 @@ li#pt-login {
 #footer {
     clear: both;
 }
+* html #footer {
+    margin-left: 0;
+    margin-right: 13.6em;
+    border-left: 0;
+    border-right: 1px solid #fabd23;
+} 
+* html #column-content { 
+    float: none;
+    margin-left: 0;
+    margin-right: 0;
+}
+* html #column-content #content {
+    margin-left: 0;
+    margin-top: 3em;
+}
+* html #column-one { right: 0; }
+
 /* js pref toc */
 #preftoc { float: right; }
 /* workaround for moz bug, displayed bullets on left side */
@@ -174,6 +191,6 @@ li#pt-login {
 #prefcontrol { float: right; }
 fieldset.prefsection,
 fieldset.operaprefsection { 
+    margin-left: 0 !important;
     margin-right: 15em;
-    margin-left: 0;
 }