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

merlinofchaos’s picture

Status: Active » Fixed

I 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.