[css-d] webkit colspan and border-bottom

2011-08-08 Thread Joergen W. Lang
[styling a table] I use the following rule to style the first (tbody) column of a table: tbody td:first-child { font-weight: bold; border: 3px solid orange; } If the tfoot has a colspan > 1, the border-bottom of the last cell spans across as many cells as are defined in colspan. Accor

Re: [css-d] webkit colspan and border-bottom

2011-08-08 Thread mouryan ekambaram
This is working fine in firefox ... may be problem in webkit browsers like chrome Regards Eka On Mon, Aug 8, 2011 at 5:57 PM, Joergen W. Lang wrote: > [styling a table] > > I use the following rule to style the first (tbody) column of a table: > > tbody td:first-child { >  font-weight: bold;

Re: [css-d] webkit colspan and border-bottom

2011-08-08 Thread Philippe Wittenbergh
On Aug 8, 2011, at 9:27 PM, Joergen W. Lang wrote: > I use the following rule to style the first (tbody) column of a table: > > tbody td:first-child { > font-weight: bold; > border: 3px solid orange; > } > > If the tfoot has a colspan > 1, the border-bottom of the last cell spans > acro