$50 for solution to <table> issues in IE but fine in FF.

Discussion in 'HTML & Website Design' started by hydn, Jul 23, 2009.

  1. #1
    Here's the table start at the bottom of the header template:

    <table cellpadding="0" cellspacing="0" border="0" width="961" align="center">
    <tr valign="top">
        <td class="page_left"><img src="misc/left.jpg" style="width: 10px; height: 459px;" alt="" border="0" /></td>
    
    <td width="100%" class="page1">
    
    <!-- content table -->
    $spacer_open
    Code (markup):
    Then of course IE at this point loads nothing until ALL the content is loaded including the </table> in the footer template:

    $spacer_close
    <!-- /content area table -->
    
    
    </td>
    </tr>
    </table>
    
    </td>
        <td class="page_right"><img src="/misc/right.jpg" style="width: 9px; height: 459px;" alt="" border="0" />
    </td>
    </tr>
    </table>
    Code (markup):
    My question can this table be tuned to enable progressive rendering in IE

    OR

    how can the table be replaced with CSS?



    Thanks,
     
    hydn, Jul 23, 2009 IP
  2. jagged

    jagged Peon

    Messages:
    253
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What is the website address
     
    jagged, Jul 23, 2009 IP
  3. nontemplates

    nontemplates Peon

    Messages:
    782
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Not sure I understand the question. IF I am understanding you right you would just use divs. I don't see anything out of what you posted that can't be converted easily over to a css layout.
     
    nontemplates, Jul 23, 2009 IP
  4. claire0917

    claire0917 Peon

    Messages:
    137
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Try using multiple divs instead of one huge table with lots of TDs
     
    claire0917, Jul 23, 2009 IP