[thelist] CSS: font-size fun!

Ken Kogler ken.kogler at curf.edu
Wed Aug 21 10:05:01 CDT 2002


I've got:

div #content {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: xx-small;
  }

The problem is, #content very well may have tables, lists and all sorts
of other stuff in it later on down the road that I haven't anticipated
yet. Right now, they're showing up as the default font size, which is
larger than the specified one in my CSS.

Can I say "all tags within #content must obey this font-size rule", or
am I stuck writing out each one (div #content li, div #content td, etc)?

TIA, Evoltarians!

--Ken




More information about the thelist mailing list