Is there a way to override the IE user set font size. Basically when I user increases the font size in the IE preferences. Would !important; on the font css tag fix this? Thanks!
The font is set in em, I know if I set in px this issue wont occur but they want to use em for handicapped people, etc.
Ill try setting the font to em in a global stylesheet then setting to px in a screen stylesheet maybe?