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
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
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