html5 - How to zoom in and zoom out properly? -


hi guys! i've made web page , when i'm zooming in or out page text , images not working accordingly.

i mean when i'm zooming web page on 100% working properly, when i'm changing zoom 50%, 70%, or 150%, 180% etc position of text , images zooming on different places on webpage.

how can fix this?

please suggest something.

how can fix this?

 body {     font-family: sans-serif;     background-color: rgb(245, 245, 237);  }    hgroup {     float: left;     margin-left: 165px;     margin-top: 30px; }  nav {     float: right;     margin-right: 185px;     margin-top: 50px; } 

please suggest something


Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -