Closed (fixed)
Project:
Panels
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2007 at 11:55 UTC
Updated:
1 Jan 2008 at 00:51 UTC
In my setup ie6 simple doesn't display any pics without a small CSS change. It required changing:
.../panels/layouts/onecol.css
.panel-1col {
overflow: hidden;
}
to this:
.panel-1col {
overflow: visible;
}
However, I assume there is a good reason for overflow being set to hidden so I put the setting as visible in a CSS file that only loads for ie6 or lesser. You can see the layout that required this change at www.lightingatwillowglen.com.
Comments
Comment #1
merlinofchaos commentedI actually have no idea why overflow: hidden was put in; however, for another issue I came up with, I found I needed to remove it in all layouts. So this ought to be fixed.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.