Posted The: 08/08/2008 At: 9:10
Last Edited: 15/08/2008 At: 18:49
Contents:
The border-spacing property of css is used when styling tables.
table, td {
border:1px solid blue;
border-collapse: separate;
border-spacing: 0;
}
Inherited? YES!
Comments: [0]
© Brugbart Webdesign