- From: Timothy J. Luoma <luomat@peak.org>
- Date: Thu, 24 Jan 2002 15:09:08 -0500
- To: "W3 CSS List" <www-style@w3.org>
There is a table on
http://www.tntluoma.com/misc/anybrowser.shtml
which has this CSS:
<style type="text/css" media="screen">
<!--
table, th, tr, td { border: solid black 1px ; text-align: center; padding:
2px 5px; }
table {background-color:blue; }
th {background-color:red; }
tr {background-color:white; }
td {background-color:yellow; }
-->
</style>
Now my question is: Should I see any WHITE ?
TjL
Received on Thursday, 24 January 2002 15:09:08 UTC