Dark
Тогда вот так:
<html>
<body topmargin="0" bottommargin="0" leftmargin="0">
<div style="position:absolute;left:0px;top:0px;height:100%;width:100%;">
text
<div style="position:absolute;bottom:0px;left:0px;border:1px solid black;width:100%;height:25px;">
footer
</div>
</div>
</body>
</html>
Если ставить бордеры и паддинги, то придется учитывать их в ширине и высоте.
|