Table Reflow Test

To achieve the effect of a scrolling table we have wrapped the table itself inside a container, giving the latter the following declarations:

#wrapper {
width: 600px;
border: 2px outset gray;
height: 50px;
overflow: auto;
overflow-x: hidden;
}
1 2 3
1.1 2.1 3.1
1.2 2.2 3.2
1.3 2.3 3.3
1.4 2.4 3.4