<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> | |
<html> | |
<head> | |
<title>row color strict</title> | |
</head> | |
<body> | |
<table style="width: 200px; background-color:green" cellspacing="60"> | |
<tr style="background-color:red"> | |
<td>foo</td> | |
</tr> | |
</table> | |
<div style="width:260px; border: solid thin"> | |
260px | |
</div> | |
</body> | |
</html> |