html - IE indents table within a table properly but Firefox doesn't -


i thought problem might &nbsp playing around while didn't fix it. assume ie either ignoring incorrect code , why looks correct on ie

  <table class=ctable border=1 cellpadding=4 cellspacing=0 width=50%>   <tr>      <th       class=th1 colspan=3>hours summary 04/17/2011 - 04/30/2011      </th>      <th class=th1>    </tr>   <tr>       <th>       cost center       </th>   <th>       cost center name<br> <font size = '1'>cost center owner</font>   </th>   <th>       completion<br>status   </th>   <th>       approval<br>status   </th>   </tr>     <tr class='ctablealttd' >       <td        align='center'><a href='javascript:toggledisplay("tr427200");'>427200</a>       </td>       <td         align='center'>medctr-non med center approvers<br>harrison,rodney steven       </td>       <td         align='center'><img src='art/circlered.gif'         border=0 height=16 width=16 alt='does not meet min requirement'>       </td>       <td         align='center'><img src='art/circlered.gif'         border=0 height=16 width=16 alt='does not meet min requirement'>       </td>   </tr>   <tr id=tr427200 style='display: table'>       <td>&nbsp;       </td>       <td colspan=3> <table class=ctable border=1 cellpadding=4 cellspacing=0 width=100%>   <tr>    <th class=th1 colspan=6>       <tr>           <th>               timesheet group           </th>           <th>                primary approver           </th>           <th>               completion<br>status           </th>           <th>               approval<br>status           </th>       </tr>  </table> 


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -