Forum Moderators: open
[developer.apple.com...]
[developer.apple.com...]
I've found font sizes to be very incompatible across browsers and platforms. .7em and 70%, for instance, should theoretically be the same size -- namely, 70% of the current size -- yet the same browser often gives different results. px seems to give the most cross-browser-friendly solution, which is counter-intuitive (you'd think it would be the worst solution).
pt, pc, in and cm should not really be used for on-screen presentation: they are for print.
Edit:
After reading red's post again, I think he just means that he expected px to be consistent across platforms, not to be changeable in the browser.
I believe that has to do with the Mac using a different screen resolution than Windows (72dpi vs 96dpi?). But that's a complicated topic ;) See the developer.apple.com link I posted above.