html - Footer not getting placed at correct place -


i not in css. trying make html structure not able footer @ correct place. here link can see , test code. can please suggest something. must dont want footer div position:fixed option.

remove position of id #placeholder , footer_area , add css

#placeholder {     background-color: #fafafa;     border-radius: 5px 5px 5px 5px;     margin: 0 auto;     padding-bottom: 10%;     width: 70%; }   .footer_area {     background-position: 0 0;     border-radius: 5px 5px 5px 5px;     clear: both;     color: #333333;     font: 12px/25px arial,helvetica;     height: 10%;     margin: 40px auto 0;     padding-top: 10%;     text-align: center;     width: 70%; } 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -