Topic: CSS and font size... ARG! (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: North Bay, Ontario, CA |
posted 05-28-2002 04:28
here is the code for our CSS for our site... |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-28-2002 04:34
Setting your font size to a keyword like xx-small allows the users to change the font size. Same with setting it to ems or percentages (though i believe those are buggy in some popular browsers). |
Bipolar (III) Inmate From: North Bay, Ontario, CA |
posted 05-28-2002 23:40 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-29-2002 00:01
Again, if you need to limit it, specify the size in pixels (px). But I still recommend you don't do that (realize that most people have their font size set to medium on IE). |