<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Верстка от AD</title> <style type="text/css"> html, body {margin:0;height:100%;} #wrapper {height:auto !important;height:100%;min-height:100%;min-width:800px;} #header {height:200px;} #right {float:right;width:200px;} #left {margin-right:200px;} #spacer {height:100px;} #footer {height:100px;margin-top:-100px;} .clear {clear:both;} </style> </head> <body> <div id='wrapper'> <div id='header'> <!-- Содержимое хэдэра --> </div> <div id='container'> <div id='right'> <!-- Содержимое правой колонки --> </div> <div id='left'> <!-- Содержимое левой колонки --> </div> </div> <div class='clear'></div> <div id='spacer'></div> </div> <div id='footer'> <!-- Содержимое футера --> </div> </body> </html>
<div style="position: absolute;"> <div style="min-width: 900px;"> </div> </div>
body { position: relative; min-width: 960px; }