Guest User

Untitled

a guest
Jan 17th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <div class="container">
  2. <div class="header">...</div>
  3. <div class="navigation">...</div>
  4. <div class="main">...</div>
  5. <div class="footer">...</div>
  6. </div>
  7.  
  8. html, body { height:100%; }
  9. .container { min-height:100%; position:relative; }
  10. .main { padding-bottom:50px; }
  11. .footer { padding:10px 0; position:absolute; bottom:0; width:100%; background:#ffffff; height:22px; line-height:22px; }
  12. .ie6 .container { height:100%; zoom:1;}
Add Comment
Please, Sign In to add comment