How do I keep users from resizing my website?

I was wondering how to keep users from being able to resize my site? Like as you read this if you hold ctrl and roll your mouse wheel the fonts on this page will grow or get smaller depending on while way you scroll the wheel. How can I stop this from happening?? Thanks

Subject: How do I keep users from resizing my website?

I don’t think you can do it, what ctrl and mouse scrolling do is changes font size of the browser. If you go to the view and Text Size you can pick the font size that you desire…

Subject: RE: How do I keep users from resizing my website?

Well I was hoping someone knew of a way to prevent users from doing that. It wont work on everypage so there have to be a way to do it…I just dont know if I can do it through domino :confused:

Subject: RE: How do I keep users from resizing my website?

DO NOT DO THIS. You can keep font sizes as declared in Internet Explorer by using pixel sizes, but no good browser should ever lock the user in like that. There are ways to design a web page that don’t depend on destroying accessibility – which is exactly what pegging a font size does. A lot more people than you’d think need to make things a bit bigger than you’d like just in order to read the text, and if you design everything at extra-jumbo size, you will annoy the heck out of people with good eyes.

Check out the following sites:

http://alistapart.com – “A List Apart” is an excellent CSS resource in general

http://www.csszengarden.com – the CSS Zen Garden is an example of how you can use CSS very effectively to create attractive designs that don’t rely on fixed font sizes, etc. (the companion book, “The Zen of CSS Design” is also great: