Martha,

forgot to add "small-caps" is done by font-variant: small-caps;

Ad that rule to declaration to the two sc classes to get
actual small-caps for your page.

IE.

.sc {
        color: #005500;
        font-variant: small-caps;
        font-weight: bold;
        font-size: 90%;
        font-family: Helvetica, Arial, sans-serif;
}

-- 
Peter Williams
______________________________________________________________________
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