Originally posted by: jliechty
If you encounter a page where the text size doesn't increase or decrease properly as the text size settings are changed, that's probably because an incompetent web designer (my appoligies if you're the one who made the page(s)

) used a fixed font size unit, such as the pixel (px) to set the font sizes. IE, the brain dead browser that it is, also considers points (pt) fixed size units as well, so many pages using those units will not scale well, either. Mozilla handles point units better, so you could try that (though in your case you may need to test with IE, so that won't work). If you're the one that wrote the pages, please consider using em units (em) or relative sizes (x-small, small, medium, large, x-large, etc.) to allow all browsers to scale the text properly.