On May 6, 2006, at 4:54 AM, Bill Brown wrote:

> One could also set margins on the individuals cells which function  
> in the
> same manner as border-spacing, even over-writing the border-collapse
> setting.

margins do **not** apply to elements with display:table-cell.
<http://www.w3.org/TR/CSS21/box.html#propdef-margin>
<quote>
Applies to:  all elements except elements with table display types  
other than table-caption, table and inline-table
</quote>

border-collapse:separate is supported by Opera, Konqueror and Safari  
(buggy), Gecko, iCab, but not by iExploder 6 and 7 and IE Mac

The html code <table border-spacing="10"> is perfectly valid, and can  
be overridden by a stylesheet for better browsers
example: table {border-collapse:separate; border-spacing: 1em 2em /*  
value for horizontal spacing and then vertical spacing */}

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to