mkrausnick
Programmer
I'm redesigning a site that uses tables for formatting to use XHTML and CSS. This is my first such effort.
Several sizes of text are present on each page. Currently the pages use size numbers, i.e. <FONT SIZE=x> or <FONT SIZE=+X>.
I'll create a CSS tag for each text size, but should I be using absolutes in px/pt/cm, percentages (each size=120% of prior size), size numbers 1-7, or keywords (xx-large, x-large, medium, etc).
My first priority is standards compliance but cross-browser functionality is also important. The user should be able to enlarge or reduce the text if desired. More than 90% of my site's viewers use IE6, and most of the remainder use NS4.7.
Opinions please?
Mike Krausnick
Dublin, California
Several sizes of text are present on each page. Currently the pages use size numbers, i.e. <FONT SIZE=x> or <FONT SIZE=+X>.
I'll create a CSS tag for each text size, but should I be using absolutes in px/pt/cm, percentages (each size=120% of prior size), size numbers 1-7, or keywords (xx-large, x-large, medium, etc).
My first priority is standards compliance but cross-browser functionality is also important. The user should be able to enlarge or reduce the text if desired. More than 90% of my site's viewers use IE6, and most of the remainder use NS4.7.
Opinions please?
Mike Krausnick
Dublin, California