Results 1 to 6 of 6

Thread: Big problem in IE

  1. #1
    Join Date
    Jul 2009
    Location
    Washington (USA)
    Posts
    94
    Thanks
    3
    Thanked 3 Times in 3 Posts

    Exclamation 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
    Last edited by kaos; 09-01-2009 at 03:02 AM.

  2. #2
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    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.
    - Josh

  3. #3
    Join Date
    Jul 2009
    Location
    Washington (USA)
    Posts
    94
    Thanks
    3
    Thanked 3 Times in 3 Posts

    Default

    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!
    Last edited by kaos; 08-31-2009 at 07:04 PM.

  4. #4
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    I'm almost positive replacing this:
    Code:
    <table id="heading">
    with this, will work:
    Code:
    <table id="heading" align="center">
    - Josh

  5. #5
    Join Date
    Jul 2009
    Location
    Washington (USA)
    Posts
    94
    Thanks
    3
    Thanked 3 Times in 3 Posts

    Default

    no... i added it but nothing happened (view the sorce of fireflytv.net/index.html to see it yourself).
    Last edited by kaos; 09-01-2009 at 03:07 AM.

  6. #6
    Join Date
    Jul 2009
    Location
    Washington (USA)
    Posts
    94
    Thanks
    3
    Thanked 3 Times in 3 Posts

    Default

    I got it to work! all i did was add a <center> tag at the beginning of the body. thanks!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •