Re: [css-d] collapsed border table issue

2012-08-02 Thread John
On Jul 31, 2012, at 10:17 PM, Jukka K. Korpela wrote: > A clumsy workaround… > > table { > border-collapse: separate; >border-spacing: 0; > } > th, td { >border: 1px dotted black; >border-top-width: 0; >border-left-width: 0; > } > tr:first-child > th, tr:firs

Re: [css-d] collapsed border table issue

2012-07-31 Thread Jukka K. Korpela
2012-08-01 4:38, John wrote: Given this code: table, th, td{ border:1px dotted black; border-collapse:collapse; } I find that when I use colspan="x", some of the borders are solid as a result, perhaps because they're doubled up as cells are widened by colspan. 1px dotted bor

[css-d] collapsed border table issue

2012-07-31 Thread John
Given this code: table, th, td{ border:1px dotted black; border-collapse:collapse; } I find that when I use colspan="x", some of the borders are solid as a result, perhaps because they're doubled up as cells are widened by colspan. Is there a way around this, such that all th