From 64a1210ebb7deb10edf819cfa52d5a2b2919d80f Mon Sep 17 00:00:00 2001 From: azaozz Date: Mon, 1 Sep 2008 00:14:04 +0000 Subject: [PATCH] Base css fix for FF2, IE6 still needs work git-svn-id: http://svn.automattic.com/wordpress/trunk@8787 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 {