Log in

View Full Version : Resolved Big problem in IE



kaos
08-31-2009, 01:49 AM
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.

kaos
08-31-2009, 06:12 PM
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">

kaos
08-31-2009, 09:03 PM
no... i added it but nothing happened (view the sorce of fireflytv.net/index.html to see it yourself).

kaos
09-01-2009, 03:01 AM
I got it to work! all i did was add a <center> tag at the beginning of the body. thanks!