From 12b5fdb5b3734ce7d88568d77c15512d290e58cc Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 30 May 2004 07:58:54 +0000 Subject: [PATCH] Workaround for vanishing text in IE 5.0/Max --- stylesheets/monobook/main.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index f1bcf9fbe9..738fd5f134 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -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; +} + -- 2.20.1