Sign up to create your own snipts, or login.

Public snipts » tayhimself's snipts » ie colspan bug

posted on Jan 21, 2010 at 3:13 p.m. EST in 
  • <style type="text/css">
    .colspan {
      width: auto;
    }
    </style>
    ....
    <td colspan="n" class="colspan">...</td>
    
    <!-- or -->
    <td colspan="n" style="width: auto;">...</td>
    

    copy | embed

0 Comments

Sign up, or login to leave a comment.