> There is no "uppercase" equivalent to some special characters.
I believe Ara meant to say "superscript" instead of "uppercase"... otherwise, his question would make no sense. If that is the case, Ara, you would need to wrap the character in a div or span to be able to style it. The only way to style individual characters (that are not wrapped in some other element) is to use a psudeo-class like p:first-child. If your registered trademark happens to be the last character of some parent element, then you might be able to use parentElement:last-child to style the ® character. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
