[/quote]
Код:<!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=windows-1251" /> <title>Три фикс див</title> <style type="text/css"> body {margin: 0px;} #left, #center, #right { float:left; width:300px} #left { background:#CCCCCC; } #center { background: #999999; } #right { background:#666666;} #container{width:900px;margin:0 auto} </style></head> <body> <div id="container"> <div id="left"></div> <div id="center"></div> <div id="right"></div> </div> </body> </html>[/quote]
В скрепке шаблоны с 3 колонками(40 вариантов/резина/фикс/).
Запускаем Layout Gala_ a collection of 40 CSS layouts based on the same markup and ready for download!.htm



