Sent by Marek Prokop on 22 April 2002 15:03
Stephan Golux [EMAIL-REMOVED]] wrote:
> As a web developer who would like
> to develop consistent web interfaces
> ...
> I am facing (as I am sure many are)
> the frustration in the difference between how
> Internet Explorer and Mozilla render font sizes.
Stephan,
There is no way how to control exact font size in HTML or CSS.
If you really need a particular font face of an exact size, use
images, PDF, etc. Or wait until all browsers support embedded
fonts or at least the font-size-adjust property.
The most exact method now is using pixels, however it brings
some accessibility issues and still gets quite different
results, beacause of different font faces on the cilent side,
various screen resolutions, etc. Web is a dynamic, fluid medium,
there is no pixel-perfect design there.
Best,
Marek