IE7 table border spacing fix


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. table {
  2. border-collapse: separate;
  3. border-spacing: 5px;
  4. *border-collapse: expression('separate', cellSpacing = '5px');
  5. }

URL: http://vacskamati.blogspot.com/2007/03/eliminating-cellspacing-and-cellpadding.html

Report this snippet


Comments


You need to login to view comments.