Forum Moderators: not2easy

Message Too Old, No Replies

Text size?

Allowing browser to change the text size?

         

ahmedtheking

4:26 pm on Jan 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is it possible to define the text size in CSS but still allow browsers to change it?

benihana

4:26 pm on Jan 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



yes. use % or em as the unit.

ahmedtheking

12:25 am on Jan 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



ok, is there a kind of table that compares the sizes of fonts? like pixel = however much ems ...?

choster

1:42 am on Jan 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It will depend on the browser, version, and platform. You can see Owen Briggs' experiments on IE 5/6, Opera 5/6, and NS 6/Moz 1 at

[thenoodleincident.com...]

ahmedtheking

9:19 am on Jan 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hmmm, it looks like '80%' is the way to go... Thanks!