Re: order of properties

"Ernest Cline" <ernestcline@mindspring.com>:
> 
> .boldtext {font:serif; font-weight:bold}
> 
> causes the text to be bold.

Sure, because "font:serif", being invalid, is ignored.

  .boldtext {font: 1em serif; font-weight: bold}

would be bold, too.

Christoph

Received on Wednesday, 12 March 2003 09:10:08 UTC