Why border of <tr> not showing in IE?
- by metal-gear-solid
Why border of tfoot tr:first-child not showing in IE. I'm checking in IE7.
font-weight:bold; background:yellow is showing in IE but border not
table {
border-collapse: collapse;
border-spacing: 0;
}
table tfoot tr:first-child
{font-weight:bold;
background:yellow;
border-top:2px solid red;
border-bottom:2px solid red;}