I have an aspx page
in which I have less content, due to that my 'footer' is not sticking to bottom.
Please find Css code for this :
.footer {
width: 100%;
padding: 0 0;
margin: 0 auto;
background: #eae8e7;
border-top: #d30000 4px solid;
bottom: 0px;
position: inherit;
clear: both;
}
Go to the complete details ...