html - Divs move around when i zoom in/out -


my webpage layout changing when zoom in , out on google chrome!

here link website: http://party.mccrossings.net

i did check other posts did not me out!

to keep content div centered, add following properties:

#content {     width: 800ppx;     height: 800px;     position: absolute;     top: 0px; bottom: 0px; left: 0px; right: 0px;     margin: auto;     background-color: #fff; } 

Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -