Colspan ne fonctionne pas avec les <td> largeur? (IE7)

Je ne peux pas obtenir colspan à travailler lorsque j'utilise une largeur fixe (IE 7)? Pourquoi?!

Exemple De Code:

<html>
  <head>
    <style>
    .inputGroup td
    { width:250px; }    
    </style>
  </head>
<body>
<table class="inputGroup">
  <tr>
    <td>cell1</td>
    <td>cell2</td>
  </tr>
  <tr>
    <td colspan="2">This should span two columns but it doesnt</td>
  </tr>
  <tr>
    <td>cell1</td>
    <td>cell2</td>
  </tr>
</table>
</body>
</html>

Aider quelqu'un? 🙁

OriginalL'auteur Alex | 2009-06-03