Paolo Candelari wrote:
> Who can explain why I see italic and not bolded text instead of bold
>  and normal (not italic) text, with these rules:

> #main #content * {font-size: 24px; font-style: italic; }

> #main #content span {display: block; margin: 24px 0; font: bold 
> normal; }

I think most browsers will interpret your short form 'font' as
incomplete, and will therefore simply skip it.

Short form is used when we do not want to spell it out - property by
property, but I always write them complete and haven't experienced any
such problems.

Thus, not a specificity problem, IMO.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to