> <p lang="en">We say "yes", but the French say <span lang='fr'>"Oui"</
> span></p>
>> CSS:
>> .foreignWord {font-style: italic;}
> [lang] { font-style: italic; }
> [lang=en] { font-style: normal; }
What about:
span[lang] { font-style: italic; }
As a side note, I believe the attribute value should be between quotes
[lang="en"]
--
Regards,
Thierry | http://www.TJKDesign.com
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************