My site is http://6starmedia.com. It looks perfect on Firefox, but the homepage looks like a train wreck on Internet Explorer. The funny thing is that all the other pages look fine in IE...it's only the homepage that looks like crap. My initial thought is that it could be something in the Main Index Template, but i'm not certain. If anyone could help me out that would be great. Kevin
I will help you there is 2 issue first the CSS and second is float issue.. If you want to fix please PM me or contact me via Skype/Gtalk: ashishkg17
You used the float here .col-left { float: left; } after finish the div you need clear the float like <div style="clear:both"> </div>