Это html:
Код: Выделить всё
[img]img/leftbar.jpg[/img]
[img]img/rightcontent.jpg[/img]
< /code>
И это css < /p>
body, div, img {margin:0; padding:0; }
body {
position: absolute;
top: 0;
left: 0;
background: #f0f0f0;
}
/*MAIN DIVS AND CONTENT*/
#mainwrap {
position: absolute;
top: 0;
left: 0;
width: 945px;
}
#leftwrap {
width: 270px;
float: left;
}
#header {
width: 270px;
height: 929px;
}
#header_bottom {
width: 270px;
height:100vh;
background: #d8991c;
}
#content
{
position: absolute;
top: 0;
left: 270px;
float: right;
}
Подробнее здесь: https://stackoverflow.com/questions/261 ... -the-right
Мобильная версия