Why border of tfoot tr:first-child not showing in IE. I\'m checking in IE7.
tfoot tr:first-child
font-weight:bold; background:yellow is showing in IE but border
font-weight:bold; background:yellow
Give position as relative for tr class, which will fix.
tfoot tr {position:relative; border-bottom:solid 1px #ccc; }