Closed (duplicate)
Project:
Panels
Version:
6.x-3.0-beta1
Component:
Display rendering
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2009 at 00:28 UTC
Updated:
7 Aug 2009 at 19:59 UTC
I happen to prefer the 2col-bricks layout. when I first set it up, i noticed that it wasn't rendering correctly in IE 7 (the panes were all laying over on the left side of the page).
So, after doing some poking around, I found that the fix was to make some changes to the CSS. Below, I've included a representative sample, but you need to change both .panel-col-last AND .panel-col-first to 49.9% to make it work in IE 7.
.panel-2col-bricks .panel-col-last {
float: left;
width: 50%; <--***Change this width to 49.9%***
}
* html .panel-2col-bricks .panel-col-last {
width: 49.9%;
}
Comments
Comment #1
Draven_Caine commentedI noticed this is IE7 also on panels 2, its also fixed in IE 8.
very nice solution, i added it to my IE7.css thanks
Draven
Comment #2
merlinofchaos commentedPlease see the known issues file.