Workaround for vanishing text in IE 5.0/Max
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 30 May 2004 07:58:54 +0000 (07:58 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 30 May 2004 07:58:54 +0000 (07:58 +0000)
stylesheets/monobook/main.css

index f1bcf9f..738fd5f 100644 (file)
@@ -850,3 +850,18 @@ fieldset.operaprefsection { margin-left: 15em }
 
 /* debugging tool.. */
 /*div{ border:1px solid #000000;}*/
+
+
+/* Mac IE 5.0 fix; floated content turns invisible */
+* > html #column-content {
+    float: none;
+}
+* > html #column-one {
+    position: absolute;
+    left: 0;
+    top: 0;
+}
+* > html #footer {
+    margin-left: 13.2em;
+}
+