diff --git a/css/cms_right.css b/css/cms_right.css index 8e5a5b1c..6b2499ec 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -403,6 +403,7 @@ div.CommentFilter { /* Makes room for AJAX Action buttons */ #right { padding-bottom: 20px; + overflow: hidden; /* HACK: any IE */ padding-bottom: expression('35px'); } diff --git a/css/layout.css b/css/layout.css index e5504b18..25a0b051 100644 --- a/css/layout.css +++ b/css/layout.css @@ -97,9 +97,6 @@ body.stillLoading select { } /** 3-PANEL LAYOUT **/ -#right { - overflow: hidden; -} #top { font-size: 14px; height: 33px;