[thelist] CSS Question - Simple

Timothy J. Luoma luomat at operamail.com
Mon Sep 15 13:48:01 CDT 2003


No, but

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

would be just as good, and actually better, as it will be much sorter.

I actually prefer to format it this way

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

but that's just a preference

TjL


-- 
Flash, Pop Up Windows, Animated Gifs... what did I miss?
"Most Annoying Things on the Web" @ 
http://www.tntluoma.com/notes/000340.php


More information about the thelist mailing list