Hi,

I have a background image that stretches over the page content. (that's how I found this)
In all browsers (FF,Opera,IE6,Konqueror and Safari) this works except in IE7, and only on panel pages. (the background only stretches
as far as my sidebars go.)
So my guess is the panel content is not recognized by IE7 as 'filling up the content space'.
I could set a fixed heigth on my content div for IE7, but I'd rather not do that. Anyone has a suggestion on this?

I'm using a zen-subtheme btw, fixed width.

Comments

h_dries’s picture

Assigned: Unassigned » h_dries
Status: Active » Fixed

Ok, I found the solution. My content div had the property hasLayout: -1; in IE7 when panel pages are used

this fixed it:

#content{
+min-height:0;
}

never mind the + sign, that's just to assign the property to IE7 only, in a zen theme.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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