Hi Angela,
I've never replied to any of these posts but am quite interested in  
the questions that come up so bear with me.

What you describe reminds me of something I was taught in my CSS class  
at UCLA this past August. My teacher instructed us to add this code to  
our CSS page:
/* Simplified Meyer Reset
modified from http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, a, img, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 100%;
     vertical-align: baseline;
     background: transparent;
}

This way it clears all of the default settings of each browser to 0.

You can read more about it here:
http://meyerweb.com/eric/tools/css/reset/

Don't know if this will help but it's worth a try.

Regards,
Yolanda


On Nov 16, 2009, at 10:14 AM, 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/>
>
> ______________________________________________________________________
> 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/

______________________________________________________________________
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