Jul 29
CSS Tip: CSS Equivalent to CELLSPACING=0
Got this from an old post on css-d, and adapted it because it was bothering me that it was hard to find.
To simulate CELLSPACING=0, set this CSS on your table element:
border-spacing: 0px;
border-collapse: collapse;


October 22nd, 2007 at 3:03 am
[…] : http://www.mularien.com/blog/2007/07/29/css-tip-css-equivalent-to-cellspacing0/ Kaynak: Fatih […]