Results 1 to 5 of 5

Thread: Table width and height in IE and FF

  1. #1
    Join Date
    Aug 2006
    Posts
    89
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Table width and height in IE and FF

    how can i make it so that the width and the height is consistent throughout a table

    In particular, IE wont align the TD to the same max height throughout

    secondly if is add a width % which in total dont add up to 100% due to the script, does IE leave the space or does it fill the whole table?

  2. #2
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    Please post either the code you are having trouble with, a link to the site it's used on, or both.
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Also, max-height is not supported in IE until IE 7. If that's the problem, a workaround can be devised. If by no other method, then by using IE proprietary expression style. We would still need to see the page to be specific.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Aug 2006
    Posts
    89
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://illusionz.dontexist.net/

    hi thanks for replies

    on that site are the 3 horizontal "gateways" with subsections: 1 in the first and 3 in the second and 2 in the third

    if i take the subsection out of the first pane (by making it private for guests) on that page that first TD is shortened !! and it ruins my layout

    on FF it s maintained no matter how long one TD is the others will align, but on IE that wont happen

    help please


    Code:
    <table><tr><td>DYNAMIC CONTENT HEIGHT=100</td><td>DYNAMIC CONTENT HEIGHT=200</td></tr></table>
    FF will align all TDs at max height=200, but IE wont
    Last edited by chas; 07-22-2008 at 02:55 PM.

  5. #5
    Join Date
    Nov 2006
    Posts
    236
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    okay why don't you make two tableswith two col. put one under the other it looks like a table with three cols. make the top table have 200px. give the botom table some other with property; the one that has the gateway you want to remove.

    that may work but it's messy.

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
  •