Brett wrote:
> Is there a way to set text attributes separately for Windows/PC 
> machines?  Windows displays text larger than on a Mac so I'd like to 
> adjust all text for the PC to better match the MAC.  Can this be 
> done? I have used the underscore _hack to target IE, but I really 
> need to target all PC/Windows machines.  How can this be done?

Not at all in CSS, and although you can detect environment (OS,
screen-resolution etc) through scripting and inject different base-font
based on that, there's really no way or method you can use to control,
or enforce, font-size at the user-end on any OS and/or browser.

You'll also have a large range to cover, as PCs come with a whole range
of OSes and screen-resolutions and a wide range of browsers. Not all
combinations are transparent enough to be detected correctly, so you'll
probably get it wrong more often than right.

FWIW: the leading underscore only works in IE6 and older, and if users
of those browsers don't like the result they can simply make their
browser ignore all your font-sizing attempts. Other browsers have
somewhat similar defenses against "enforced" font-sizes.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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