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;

}