Why border of <tr> not showing in IE?
Posted
by metal-gear-solid
on Stack Overflow
See other posts from Stack Overflow
or by metal-gear-solid
Published on 2010-05-14T06:31:06Z
Indexed on
2010/05/14
6:34 UTC
Read the original article
Hit count: 218
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;}
© Stack Overflow or respective owner