Hi,

I created the front page with 3 block in the Front top region.
You can see the result @ http://www.hosted-power.com/
Try IE8 or older and you'll see it looks completely wrong. Only IE9 and chrome show it correctly :(

Jo Goossens
_____________________________________
http://www.hosted-power.com/

Comments

JGO’s picture

Hi,

I fixed it by adding:

/* IE7 fix */
#front-page-inner div.block {
display: inline-block;
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
*display: inline;
}

kalman.hosszu’s picture

Status: Active » Postponed (maintainer needs more info)

Can you crate a screenshot about the issue? I hate IE hacks, so I need to find another solution for the problem, but I can't reproducate it.

Thanks for your report!

Kalman

JGO’s picture

Well I don't think it's a real hack (It's just required for IE to be happy :p). It's fixed now with the above code, it was easy to reproduce by enabling IE compatibility view or by using IE6/7...

kalman.hosszu’s picture

Status: Postponed (maintainer needs more info) » Needs work

Ok, I will check it on IE7, but I won't use the IE hack.

Thanks for your report!

kalman.hosszu’s picture

Status: Needs work » Closed (cannot reproduce)

Hi,

I can't reproduce this issue. I checked it in several IE versions so I think you modified the theme (which absolutely not recommended) and that cause the problem.

Cheers,
Kálmán