From 0c8f3abe13528e95b09929208bdee645ecfd30e4 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 1 Sep 2008 00:14:04 +0000 Subject: [PATCH] Base css fix for FF2, IE6 still needs work git-svn-id: https://develop.svn.wordpress.org/trunk@8787 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/global.css | 1 - wp-admin/wp-admin.css | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/wp-admin/css/global.css b/wp-admin/css/global.css index 3c90b4d2de..854e72160d 100644 --- a/wp-admin/css/global.css +++ b/wp-admin/css/global.css @@ -21,7 +21,6 @@ div#sidemenu-bg { position: absolute; top: 0; width: 175px; - z-index: -1; } ul#adminmenu { diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 5032ebca18..eb4aa11031 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -922,13 +922,16 @@ strong .post-com-count { html, body { height:100%; } + #wpwrap { position: relative; min-height: 100%; + overflow: hidden; } #wpcontent { padding-bottom: 80px; + position: relative; } #footer { @@ -936,8 +939,7 @@ html, body { font-size: 12px; height: 75px; margin-top: -75px; - position: absolute; - width: 100%; + position: relative; } #footer p {