Код:
<style> .sidebar {position: absolute; width: 235px; top: 0; height: 1760px; padding: -30px; padding-top: 25px; text-align: center; } #Rightbar { margin-left: 695px; } #Leftbar { margin-left: -230px; } #Rightbar .container, #Leftbar .container{ color:#b8b5b1; padding: 28px; padding-top:105px; text-align: center!important; margin-bottom:15px; width: 235px; height: 1760px; border: 0px red solid; } #Leftbar .container.a1{ height:134px; background: transparent url(http://savepic.org/3169940.png) no-repeat 4px 6px; } #Rightbar .container.a1{ height:136px; background: transparent url(http://savepic.org/3169940.png) no-repeat 4px 6px; } .nav {margin: 0 -5px 0 0px;} .nav a{display: block; color:#000000; background-color: #c6ad7b; text-align: center; width:150px; padding: 2px; margin: 1px; text-decoration: none} .nav a:hover{background-color: #291e09; color:#ffffff} .scroll { width:100%; overflow-y: auto; } </style> <span style="float:left;"> <div id="Leftbar" class="sidebar"> <div class="container a1"> <div class="nav"> <div class="scroll" style="height: 1760px; width: 180px;"> <br><br><br><br> Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Right<br><br><br> Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left Left <br> </div> </div></span> <span style="float:right;"> <div id="Rightbar" class="sidebar"> <div class="container a1"> <div class="scroll" style="height:1760px; width: 180px;"> <br><br><br><br> Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right<br><br><br> Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right Right <br> <br> </div> </div> </div></span>