{border-collapse:}
{border-collapse:}
The {border-collapse:} property specifies the border model that’s to be used for a <table> or an inline <table>—that is, an element whose {display:} property has one of the values {display:table;} or {display:inline-table;}.
Note that the initial value was {border-collapse:collapse;} in CSS2, but it was changed to {border-collapse:separate;} in CSS2.1.
Internet Explorer for Windows versions up to and including 7 don’t support the value {border-collapse:inherit;}.