| CODE:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
 <title>Untitled Document</title>
 <style type="text/css">
 <!--
 body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 }
 .div_all {
 height: 100%;
 width: 100%;
 background-color: #CCCCCC;
 text-align: center;
 }
 .div_c {
 background-color: #666666;
 display: inline;
 width: 750px;
 position: absolute;
 height: 100%;
 left: 50%;
 margin-left: -375px;
 }
 .div_l {
 color: #FFFFFF;
 background-color: #993300;
 display: inline;
 height: 100%;
 position: absolute;
 left: 0px;
 padding-right: 375px;
 width: 50%;
 }
 .div_r {
 display: inline;
 background-color: #9999FF;
 height: 100%;
 right: 0px;
 position: absolute;
 width: 50%;
 padding-left: 375px;
 }
 -->
 </style></head>
 
 <body>
 <div class="div_all">
 <div class="div_l">Left</div>
 <div class="div_r">Right</div>
 <div class="div_c">Center</div>
 </div>
 </body>
 </html>
 
 Траблы все увидите сразу после просмотра...
 |