I have one problem on nokia lumia 520, i.e. I didn’t have a footer at the bottom of the page, but on other Android devices everything is fine.
why in "mobile", i.e. do i have such a problem?
<div class="page-wrap"> </div> <footer> </footer>
and css:
html, body{ height: 100%; min-height: 100%; } .page-wrap{ min-height: 100%; margin-bottom: -70px; overflow: auto; background: green; } .page-wrap:after{ content: ""; display: block; } footer{ width: 100%; height: 50px; padding: 20px 0 0 0; background: #577abd; } @-ms-viewport{width:auto!important;height:320px!important}
violin:
http://jsfiddle.net/pmp01rt4/
source share