Ntcvn

Материал из Radix-IT
Версия от 12:29, 12 августа 2024; Wikiroot (обсуждение | вклад) (Новая страница: «.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> <...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

.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;

}

Шапка
Контент