> Is it possible to
> do it like this <span class="french">je ne sais quoi</span> and have a
> style on an external style sheet link
>
> .french {
> lang : fr;
> font-style: italic;
> }

You can use attribute selectors though:

*[LANG=fr] { font-style: italic; }

Will not work, obviously, in some of our geriatric browsers. But at  
least they will simply ignore it.
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to