Код:
<!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" xml:lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>New Page 1</title>
<style>
body{
****padding: 0px;
****margin: 0px;
}
#column1{
****display: block;
****width: 20px;
****background-color: #FF0000;
****position: absolute;
****left: 0px;
****top: 0px;
****z-index: 2;
}
#column2{
****display: block;
****float: left;
****background-color: #00FF00;
****width: 100%;
****position: absolute;
****z-index: 1;
****left: 0px;
****top: 0px;
}
#column3{
****display: block;
****width: 20px;
****background-color: #0000FF;
****position: absolute;
****right: 0px;
****top: 0px;
****z-index: 3;
}
#text{
****display: block;
****margin-left: 20px;
****margin-right: 20px;
****padding-left: 20px;
****padding-right: 20px;
}
</style>
</head>
<body>
<div id="bodier">
****<div id="column1">1-я колонка</div>
****<div id="column2">
*<div id="text">Текст во 2-ой колонке</div>
****</div>
****<div id="column3">3-я колонка</div>
</div>
</body>
</html>
Могу порекомендовать только так