Re: Нужна помощь
<style>
.sidebar{
float: right;
width:200px;
background:#ccc;
}
</style>
<div class="sidebar">
<h3>Меню</h3>
<ul>
<li>раздел 1</li>
<li>раздел 2</li>
<li>раздел 3</li>
</ul>
</div>
