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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -