.frame {
    
    position:fixed;
    top:0;
    left:0;
    width:200px;
    height:200px;
    border:solid silver 1px;
    overflow-y:scroll;
}

.title {
    background:red;
    position:fixed;
    width:100%;
}