Image

scrolling div's

How do I change this statement so that only the vertical scroll bar shows up?
<div align="center" style="margin-left: 5px; margin-top: 0px;margin-right: 5px; width:100%;height:100%;overflow: scroll;">
testing
</div>

UPDATE: figured it out... overflow-x:hidden;overflow-y:scroll;