View Full Version : Resolved Big problem in IE
I need help and fast. normally my site, www.fireflytv.net, works just fine. When being viewed in Google Chrome, Firefox, Opera, or Safari. But when i view it in IE, the whole page is screwed up! Can someone help me?! the CSS i'm using is located here: fireflytv.net/style.css
JShor
08-31-2009, 05:42 AM
I can tell you that the table isn't properly aligned to the center of the page, as it is in FF. To fix that, the table where the attribute id="heading" should have align="center" attribute as well. That should solve that problem.
As for the extending content, some of the inner content with widths have a larger percentage proportion than the others. They need to be no more than 100%.
Good luck.
i tried everything you suggested, and i fixed the over extension, but i still need it centered without centering the text. Please, i need help!
JShor
08-31-2009, 08:28 PM
I'm almost positive replacing this:
<table id="heading">
with this, will work:
<table id="heading" align="center">
no... i added it but nothing happened (view the sorce of fireflytv.net/index.html to see it yourself).
I got it to work! all i did was add a <center> tag at the beginning of the body. thanks!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.