Angela French wrote:
> I have some foreign language text on my page (Cambodian) which I have 
> rendered in html.  Opera, IE, and FF all render the text in different sizes.  
> I have tried em, pt, px, %.  I can do a conditional style sheet to target IE, 
> but I don't have a way to target Opera.  Can anyone tell me what the issue is 
> with Opera and how I might solve this?  Thank you.
> 
> Angela French
> Internet Specialist
> State Board for Community and Technical Colleges
> 360-704-4316
> http://www.checkoutacollege.com<http://www.checkoutacollege.com/>


The only way to target Opera 9- or 10 is by using a xml prolog in your 
source before the doctype.

<http://css-class.com/test/bugs/opera/opera-tilde-selector-bug.htm>

This does cause IE6 (IE5 is always in quirks) to go into quirks mode, 
thus the box model is interpreted differently.

<http://css-class.com/test/css/box/box-model.htm>

And the changes needed.

<http://www.communitymx.com/content/article.cfm?cid=E0989953B6F20B41>



-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
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