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

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 joergen_l...@gmx.de wrote: [styling a table] I use the following rule to style the first (tbody) column of a table: tbody td:first-child {  

[css-d] why's there space above UL menu?

2011-08-08 Thread John
on this page: http://www.coffeeonmars.com/testing/4COMIndex.html this is a menu at the left. I am trying to get the head other work to be closer to it, but the menu acts like there's a top margin value preventing this closeness...and since I can't see what the issue is, makes me think

Re: [css-d] why's there space above UL menu?

2011-08-08 Thread Neal Watkins
on this page: http://www.coffeeonmars.com/testing/4COMIndex.html this is a menu at the left. I am trying to get the head other work to be closer to it, but the menu acts like there's a top margin value preventing this closeness...and since I can't see what the issue is, makes me think there's

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