Closed (cannot reproduce)
Project:
Gordon
Version:
7.x-1.2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2011 at 20:32 UTC
Updated:
1 Feb 2012 at 07:37 UTC
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
Comment #1
JGO commentedHi,
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;
}
Comment #2
kalman.hosszu commentedCan 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
Comment #3
JGO commentedWell 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...
Comment #4
kalman.hosszu commentedOk, I will check it on IE7, but I won't use the IE hack.
Thanks for your report!
Comment #5
kalman.hosszu commentedHi,
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