javascript - is there a way to set a certain screen zoom level? its messing my site up -


My site looks okay until people start zooming, and after this, after hours and with its CSS How to fix this zoom problem are messing up. Should I fix the zoom at a certain level? If so, how can I do this? I tried to fix this zoom problem but put everything in one table but it is not really working so I do not know what to do .. help ..

It is That's what it looks like on Safari, it's certain if I see my adjustment at the zoom level initially:

 safari

Then looks correct on Firefox and Chrome:

 image details here

Page zoom options, and usually you are technically unable to do this. A user will zoom a webpage because they wanted to make it big, the reasons are their own, and a different site should not interfere with that choice (and not).

Instead of fighting the user, you should design your site in such a way that in order to make the material the most important thing, you should design your design in a manner that when a user is zoomed (Or makes other changes such as deactivation of CSS or JavaScript), content (potentially means having a website) is the focus.

Using percentages for your layout, using em for font sizes, and access to your site with such other techniques will be accessible using accessible web design technologies. See the article or information about doing.

Edit screenshot displays one of the many disadvantages in an effort to prevent accessibility help - to apply zoom to different browsers in different ways. . Some only increase font size, enlarge some images, it is not compatible. This move does not make any difference, not to stop doing so.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -