When i set the width of the theme to be fluid (98% or 100%). The right side bar gets pushed below the main content area. This is happening in ie6, ie7 & ie8.

Comments

Jacine’s picture

Status: Active » Fixed

Thanks for the report.

I just retested a bunch of different layout options:

- left only 98%
- left only 100%
- left/right 98%
- left/right 100%
- right sidebar only 98%
- right sidebar only 100%

I tested them in IE6, IE7 and IE8.

I only saw the right sidebar drop in IE7 in both Standards & Quirks mode with 98%. Everything else, including 100% in all of these combos was working just fine for me.

Fix for above has been committed and will be released shortly in 6.x-3.6. If you want to fix it now, add the following to the top of ie-7.css:

/* @group Layout */
.right #sidebar-right {
  width: 24.5%;
}
/* @end */
Jacine’s picture

Status: Fixed » Closed (fixed)