Results 1 to 15 of 15

Thread: HATE internet explorer coding!!!! Again~

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    (。◕‿‿◕。) Recognized Member Jojee's Avatar
    Join Date
    Dec 1999
    Posts
    9,611
    Contributions
    • Former Cid's Knight

    Angry HATE internet explorer coding!!!! Again~

    I can't get tables to show right in internet explorer, but they show perfectly in Firefox. I checked and rechecked a million times to make sure I closed all my tags and that they were correct. For example, let's take this:

    <table>
    <tr>
    <td>

    Blah blah
    <table>
    <tr>
    <td>
    blah
    </td>
    </tr>
    </table>

    </td>
    </tr>
    </table>

    Now, IE makes it so that when I close the table tags for the table INSIDE the content, it registers it as closing the original table tags, and that completely screws over the layout. T_T

    Does anyone know how to fix this?

    (My tables are a lot more complicated than that, but I checked and closed everything right!)



    <b>EDIT</b>: Okay. I rewrote a lot of the script and tested, and it's due to this in my header:

    table {
    width:expression(document.body.clientWidth > 1100? "1100px": "auto" );
    }

    When I removed it, the tables inside the tables close fine, but it brings out other problems with the table after I exceed the 1100px limit and doesn't actually set a max width. There's no way I can get multiple tables and max-width for tables to be compatible?

    Screw you, IE people. I hate you all.
    Last edited by Jojee; 04-15-2008 at 01:05 AM.


    Wat
    is
    going
    on
    wtf
    rawr

Posting Permissions

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