> If you look at http://www.trimboli.name/klingon/, you'll see that the
> headers on the page are displayed in small-caps. Usually, this is
[quoted text clipped - 3 lines]
> figure out why the Klingon title is still in small-caps. I want all
> Klingon phrases to appear in normal text, never in small-caps. Can
I have looked at it with the Mozilla DOM inspector and you have a <span>
element containing an <a> element. While the rules for the <span> are
setting font-variant as normal those on the <a> element result in the
<a> element having font-variant as small-caps.

Signature
Martin Honnen
http://JavaScript.FAQTs.com/
David Trimboli - 26 Sep 2005 22:54 GMT
> I have looked at it with the Mozilla DOM inspector and you have a <span>
> element containing an <a> element. While the rules for the <span> are
> setting font-variant as normal those on the <a> element result in the
> <a> element having font-variant as small-caps.
Aha! I'll have to brush up on cascade order, I see. I just put the
<span> inside the <a>, and the <span> style won. Thanks!
David
Stardate 5738.2