Advertisement
droidus

Untitled

Jun 6th, 2011
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.83 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. <style type="text/css">
  7. html, body
  8. {
  9.     height: 100%;
  10. }
  11. #page
  12. {
  13.     min-height: 100%;
  14.     height: auto !important; /*Cause footer to stick to bottom in IE 6*/
  15.     height: 100%;
  16.     margin: 0 auto -100px; /*Allow for footer height*/
  17.     vertical-align:bottom;
  18. }
  19. </style>
  20. </head>
  21.  
  22. <body>
  23.  
  24. <div style="width:50%; position:absolute; margin-left:285px; padding: 0px 15px 15px 15px;">
  25.     <div style="border-style:dotted; width:100%; margin-top:50px;" id="footer"></div>
  26. <div><?php require_once('footer.php'); ?></div>
  27. </div>
  28.  
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement