Posted by Dan on 10/04/06 12:26
Wongod wrote:
> I'm currently using css to design my website but I've noticed that when
> I change the font size in firefox (holding ctrl and using the mouse
> wheel) that the size of my textfield boxes grows bigger and outside of
> its intended boundries. Is there any way to prevent this (maybe to
> explcitly set the size of the textfield?)
That's not a bug, it's a feature. Avoid hardcoded pixel sizes in your
pages, and then everything will be able to scale naturally along with
the user's preferences.
--
Dan
[Back to original message]
|