Forum Moderators: not2easy
i can't resolve my problem because i think i am to new at css to really understand how to grasp the concept of sizing fonts.
i have read many discussions and it seems that everybody wants the user to be able to resize their fonts. i want to do the opposite.
i have a design element, which is some text controled by css with a 10 pixel size. my goal is to not have any browser on any os resize it. is this possible through css. i know i can ebed some sort of rasterized pic, but i wouldn't get the results i am looking for. can anybody help me?
thanks in advance!
my goal is to not have any browser on any os resize it.
Ouch!
my site meets all accesiblity rules
I don't think so - if you're using absolute pixel sizes. It's WCAG, Guideline 3.4 [w3.org].
is this possible through css
No is the simple answer. The user will always have ultimate control. You can make it hard for them - but not impossible.