#horizontalwrap { border: 2px solid blue; /* this is only for show*/ /* Following is the way to stack things dynamically */ display: inline; white-space: nowrap; } #mycustomscroll { /* Typical fixed height and fixed width example */ width: 100%; height: 220px; overflow: auto; /* IE overflow fix, position must be relative or absolute*/ position: relative; background-color: #E7EADE; }