views:

9

answers:

0

Hi. I have a table with some columns. Something like this:

<>div id="outer">

  <table>
      <tr>
          <td>remove button</td>
          <td>remove button</td>
      </tr>
      <tr> 
      ...
      </tr>
  </table>

<>/div>'

The table has the size of the div#outer When I click remove button I remove with jquery the entire column . In Firefox everything's fine the table's columns resize to fill the div but in Internet Explorer the table's columns remain just as they are. It's like the browser doesn't refresh the css style. Because if I refresh the page the table looks just as it shoud be. Any ideas?