[thelist] CSS Question - Simple

Rob Smith rob.smith at THERMON.com
Mon Sep 15 13:12:14 CDT 2003


Hi list,

Is saying: 

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

the same as...

body th td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

Thanks,

Rob.Smith



More information about the thelist mailing list