Sorry about the double-post, all...

On 9/18/06, Tim Gossett <[EMAIL PROTECTED]> wrote:
> > 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 &#174; character.
>
Ara, it might just be easier to wrap &reg; in <sup> tags... that way,
it'll look correct when CSS is turned off... that would put this
thread off-topic, though.

<img src="http://upload.wikimedia.org/wikipedia/en/c/cd/Bass_logo.png";
alt="Bass Red Triangle"/><sup>&reg;</sup>

--Tim
______________________________________________________________________
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/

Reply via email to