Front Page Layout Broken in IE7
Platinum and gold sponsors
Posted on: Fri, 02/29/2008 - 2:50pm
Front Page Layout Broken in IE7
The right-side of the site is falling below the left side in Internet Explorer 7, which is caused by the lack of “display:inline” tags while using floats (a very common IE bug that causes the margins to double in the direction of the floats). I would try adding this to your css file:
.panel-2col-stacked .panel-col-first{
float:left;
width:50%;
display:inline;
}
.panel-2col-stacked .panel-col-last{
float:left;
width:50%;
display:inline;
}


Thank you! We will get this pushed in. I am the culprit here. I setup the front page but I am a Mac user :) No IE 7 here.
http://www.tmgstudio.com
Is that, in IE, the rotating image appears above the pinkish box that it appears within in Firefox.
Please feel free to contact me if you’d like some help working on it, but it looks like most are related to the IE float error.