/ Published in: HTML
Expand |
Embed | Plain Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <link href="css/blueprint/blueprint/screen.css" rel="stylesheet" type="text/css" media="screen"/> <link href="css/blueprint/blueprint/print.css" rel="stylesheet" type="text/css" media="print"/> <!-- style page layout --> <style type="text/css"> html, body { height:100%; } div.container { height:100%; } div#page-wrapper { height:100%; min-height:100%; } div.page { border:1px solid green; overflow:auto; padding-bottom:100px; } div.page p { margin:0; padding:0; } div.footer { position:relative; margin-top:-100px; height:100px; } </style> <!-- end style page layout --> <!-- apply colors/backgrounds/etc --> <style type="text/css"> body { background-image:url(images/bg1.png); } div.footer { background-color:orange; } </style> <!-- end apply colors/backgrounds/etc --> </head> <body> <div class="container showgrid"> <div class="span-24 header"> </div> <div id="page-wrapper" class="span-25 last"> <div class="span-22 push-1 page"> </div> </div> <div class="span-24 footer last"> </div> </div> </body> </html>
You need to login to post a comment.
