<div class="container">
<div class="menu">
</div>
</div>
.container{
margin: 0 auto;
width: 450px;
height: 150px;
background: #ccc;
}
.menu{
position: fixed;
z-index: 99999;
background: #fff;
width: 250px;
height: 250px;
float: right;
}