.csstdhighlight
{
border-left-color: Red;
border-right-color: Red;
border-bottom-color: Red;
border-top-color: Red;
border-style: solid;
border-width: 1px;
background-color: White;
}
<html>
<body>
<style type="text/css" media="screen">
.csstdhighlight
{
border:1px solid red;
background-color: White;
}
</style>
<table>
<tr>
<td class="csstdhighlight">foo</td>
<td>bar</td>
</tr>
</table>
</body>
</html>
表のセルにボーダーを適用していますが、IE 8 より前のバージョンに CSS が適用されません。