<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style>
<!--
html, body{ height:100%; }
#main{ min-height:100%; position:relative; }
#header{ height:80px; background:#ccc; }
#content{ padding-bottom:100px; }
#footer{ position:absolute; bottom:0px; background:#ff0000; width:100%; height:100px; }
-->
</style>
</head>
<body style="padding:0px; margin:0px;">
<div id="main">
<div id="header">Header Section</div>
<div id="content">Container section</div>
<div id="footer">Footer Section</div>
</div>
</body>
</html>
No comments:
Post a Comment