i have this code and the footer is looking good, but when i zoom-in the page the footer starts rapidly increasing height and it is covering the whole page. I would like the footer same height if i zoom in the page. :( Thanks for your help
<style>
footer
{
position: absolute;
width: 100%;
height: 75px;
background:#808284;
bottom:0;
}
</style>
<footer>
</footer>