Add scrollbar to a Table
13
Using styles we can add scrollbars for large table where the space is a constraint



kazumaniax
bmax1368
me
jamesmcm
Can
Kelmi
ysg
dannymo2
chorny
wallie
dannyboy
sundaramkumar
mattrmiller
Pio
i_kenneth
ASmith
ctiggerf
sehrgut
bertheymans
SCoon
http://www.morad.info/
<div style="overflow:scroll;height:80px;width:100%;overflow:auto">
<div>
Test<br />
Test<br />
Test<br />
Test<br />
Test<br />
Test<br />
</div>
</div>