开发者

Is there a way to prevent users from enlarging the browser display?

开发者 https://www.devze.com 2023-02-13 03:16 出处:网络
I built a site for a client that is appears fine at normal display but appears to break apart if you change the font size to Larger or Largest in IE7/8.

I built a site for a client that is appears fine at normal display but appears to break apart if you change the font size to Larger or Largest in IE7/8.

Is there a way to prevent users from changing the view?

In Webkit there is this option:

textarea {
    resize: none;
}

Is there anything that would work 开发者_JS百科in IE?

thanks.


No, why would you? Your site should be as accessible as possible. What if I have poor eyesight and need to increase the font size to see your site?

0

精彩评论

暂无评论...
验证码 换一张
取 消