Ntcvn: различия между версиями

Материал из Radix-IT
(Новая страница: «.wrap { position: relative; } .navigation { height: 100%; max-height: 1000px; position: absolute; border-left: 1px solid #000; right: 0; top: 0; width: 150px; background-color: #ccc; } .content { margin-right: 150px; float: left; height: 1000px; background: #fcfcfc; width: 100%; } .header { background-color: #333; height: 100px; } .footer { background-color: #333; height: 500px; } <div class="header">Шапка</div> <...»)
 
Нет описания правки
 
(не показано 6 промежуточных версий этого же участника)
Строка 1: Строка 1:
.wrap {
<categorytree mode="all">Кабельные_каналы</categorytree>
  position: relative;
}
 
.navigation {
  height: 100%;
  max-height: 1000px;
  position: absolute;
  border-left: 1px solid #000;
  right: 0;
  top: 0;
  width: 150px;
  background-color: #ccc;
}
 
.content {
  margin-right: 150px;
  float: left;
  height: 1000px;
  background: #fcfcfc;
  width: 100%;
}
 
.header {
  background-color: #333;
  height: 100px;
}
 
.footer {
  background-color: #333;
  height: 500px;
}
<div class="header">Шапка</div>
<div class="wrap">
  <div class="content">
    <div>Контент</div>
  </div>
  <div class="navigation">
    <div id="main">
      <div>Сайдбар</div>
    </div>
  </div>
  <div style="clear: both;"></div>
</div>
<div class="footer">Подвал</div>

Текущая версия от 13:16, 12 августа 2024

Категория «Кабельные_каналы» не найдена.