Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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=ср1251" />
- <title>Макет 1</title>
- <style type="text/css">
- #wrapper {
- width: 100%;
- width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');
- min-width: 1000px;
- }
- #container {width: 100%;}
- #content {
- width: 100%;
- float: left;
- }
- #text {margin: 0 250px;}
- #left {
- float: left;
- width: 250px;
- margin-left: -100%;
- }
- #right {
- float: left;
- width: 250px;
- margin-left: -250px;
- }
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="header">Шапка</div>
- <div id="container">
- <div id="content">
- <div id="text">Центральная колонка</div>
- </div>
- <div id="left">Левая колонка</div>
- <div id="right">Правая колонка</div>
- <div class="clear"></div>
- </div>
- <div id="footer">Подвал</div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement